summaryrefslogtreecommitdiff
path: root/datadict
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-11-28 03:50:29 +0100
committerDamien Regad <dregad@mantisbt.org>2015-11-28 03:50:29 +0100
commit68233b7ae016cbec37ff1c193c09b99136fe2a09 (patch)
tree67a35e9009f227286017b981bb3a32ef4acd05e5 /datadict
parent10e108df500f7bf0bee5cea0db8c2a3714535e0c (diff)
downloadadodb-68233b7ae016cbec37ff1c193c09b99136fe2a09.tar.gz
adodb-68233b7ae016cbec37ff1c193c09b99136fe2a09.tar.bz2
adodb-68233b7ae016cbec37ff1c193c09b99136fe2a09.zip
Bump version to 5.21dev
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 e4e93d29..12ac5ee4 100644
--- a/datadict/datadict-access.inc.php
+++ b/datadict/datadict-access.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 3ead3ddf..ed810b18 100644
--- a/datadict/datadict-db2.inc.php
+++ b/datadict/datadict-db2.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 1c697e40..fde83e2c 100644
--- a/datadict/datadict-firebird.inc.php
+++ b/datadict/datadict-firebird.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 6dbae455..80cbe108 100644
--- a/datadict/datadict-generic.inc.php
+++ b/datadict/datadict-generic.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 fc612f12..c0272256 100644
--- a/datadict/datadict-ibase.inc.php
+++ b/datadict/datadict-ibase.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 89578813..92f68fb0 100644
--- a/datadict/datadict-informix.inc.php
+++ b/datadict/datadict-informix.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 42a80b37..b37196e3 100644
--- a/datadict/datadict-mssql.inc.php
+++ b/datadict/datadict-mssql.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 88a87ef0..982bec30 100644
--- a/datadict/datadict-mssqlnative.inc.php
+++ b/datadict/datadict-mssqlnative.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 0af7f866..3b120422 100644
--- a/datadict/datadict-mysql.inc.php
+++ b/datadict/datadict-mysql.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 d7ad90e0..e8213048 100644
--- a/datadict/datadict-oci8.inc.php
+++ b/datadict/datadict-oci8.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 4b36dfb6..1a27f4cf 100644
--- a/datadict/datadict-postgres.inc.php
+++ b/datadict/datadict-postgres.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 214692a1..4419830c 100644
--- a/datadict/datadict-sapdb.inc.php
+++ b/datadict/datadict-sapdb.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 ff6c01d1..9684ad7a 100644
--- a/datadict/datadict-sqlite.inc.php
+++ b/datadict/datadict-sqlite.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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 f9f059ee..64cf999a 100644
--- a/datadict/datadict-sybase.inc.php
+++ b/datadict/datadict-sybase.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- @version v5.20.0 28-Nov-2015
+ @version v5.21dev ??-???-2015
@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.