summaryrefslogtreecommitdiff
path: root/datadict
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-09-20 08:27:30 +0200
committerDamien Regad <dregad@mantisbt.org>2016-09-20 08:29:42 +0200
commit5022ed61cdda0950b404bedb01c52020f736526f (patch)
tree2d693a68c15e17a041232bb864c2c4cd6d47f87a /datadict
parent49254f2f2f13fb0d28b518f0bcacd29f3c623b66 (diff)
downloadadodb-5022ed61cdda0950b404bedb01c52020f736526f.tar.gz
adodb-5022ed61cdda0950b404bedb01c52020f736526f.tar.bz2
adodb-5022ed61cdda0950b404bedb01c52020f736526f.zip
Bump version to 5.20.7v5.20.7
Diffstat (limited to 'datadict')
-rw-r--r--datadict/datadict-access.inc.php2
-rw-r--r--datadict/datadict-db2.inc.php2
-rw-r--r--datadict/datadict-firebird.inc.php2
-rw-r--r--datadict/datadict-generic.inc.php2
-rw-r--r--datadict/datadict-ibase.inc.php2
-rw-r--r--datadict/datadict-informix.inc.php2
-rw-r--r--datadict/datadict-mssql.inc.php2
-rw-r--r--datadict/datadict-mssqlnative.inc.php2
-rw-r--r--datadict/datadict-mysql.inc.php2
-rw-r--r--datadict/datadict-oci8.inc.php2
-rw-r--r--datadict/datadict-postgres.inc.php2
-rw-r--r--datadict/datadict-sapdb.inc.php2
-rw-r--r--datadict/datadict-sqlite.inc.php2
-rw-r--r--datadict/datadict-sybase.inc.php2
14 files changed, 14 insertions, 14 deletions
diff --git a/datadict/datadict-access.inc.php b/datadict/datadict-access.inc.php
index 3c8c44e8..25a72a8d 100644
--- a/datadict/datadict-access.inc.php
+++ b/datadict/datadict-access.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-db2.inc.php b/datadict/datadict-db2.inc.php
index c43cf5e6..a3fa783d 100644
--- a/datadict/datadict-db2.inc.php
+++ b/datadict/datadict-db2.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-firebird.inc.php b/datadict/datadict-firebird.inc.php
index 867b78aa..8f85f891 100644
--- a/datadict/datadict-firebird.inc.php
+++ b/datadict/datadict-firebird.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-generic.inc.php b/datadict/datadict-generic.inc.php
index 00ddfa0b..0521cc69 100644
--- a/datadict/datadict-generic.inc.php
+++ b/datadict/datadict-generic.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-ibase.inc.php b/datadict/datadict-ibase.inc.php
index 340e6767..c6629d1f 100644
--- a/datadict/datadict-ibase.inc.php
+++ b/datadict/datadict-ibase.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-informix.inc.php b/datadict/datadict-informix.inc.php
index 5deac622..8ab2b6ef 100644
--- a/datadict/datadict-informix.inc.php
+++ b/datadict/datadict-informix.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-mssql.inc.php b/datadict/datadict-mssql.inc.php
index 3fa8729a..1eae3af4 100644
--- a/datadict/datadict-mssql.inc.php
+++ b/datadict/datadict-mssql.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-mssqlnative.inc.php b/datadict/datadict-mssqlnative.inc.php
index 7bca0c68..8c884047 100644
--- a/datadict/datadict-mssqlnative.inc.php
+++ b/datadict/datadict-mssqlnative.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-mysql.inc.php b/datadict/datadict-mysql.inc.php
index 54084d62..01489152 100644
--- a/datadict/datadict-mysql.inc.php
+++ b/datadict/datadict-mysql.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-oci8.inc.php b/datadict/datadict-oci8.inc.php
index 4aee96b0..b758ede2 100644
--- a/datadict/datadict-oci8.inc.php
+++ b/datadict/datadict-oci8.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-postgres.inc.php b/datadict/datadict-postgres.inc.php
index 6dd6a376..be2700ed 100644
--- a/datadict/datadict-postgres.inc.php
+++ b/datadict/datadict-postgres.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-sapdb.inc.php b/datadict/datadict-sapdb.inc.php
index 7e9419ca..9a7671b8 100644
--- a/datadict/datadict-sapdb.inc.php
+++ b/datadict/datadict-sapdb.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-sqlite.inc.php b/datadict/datadict-sqlite.inc.php
index 448870aa..8ec29278 100644
--- a/datadict/datadict-sqlite.inc.php
+++ b/datadict/datadict-sqlite.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
diff --git a/datadict/datadict-sybase.inc.php b/datadict/datadict-sybase.inc.php
index 2b24f41a..d0e84f6d 100644
--- a/datadict/datadict-sybase.inc.php
+++ b/datadict/datadict-sybase.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.7 19-Sep-2016
+ @version v5.20.7 20-Sep-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.