summaryrefslogtreecommitdiff
path: root/datadict
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2014-01-21 16:21:23 +0100
committerDamien Regad <dregad@mantisbt.org>2014-01-21 16:21:37 +0100
commite769bae7e28641b0505963cc9230bf13815f4099 (patch)
tree2c036df0c53a967ecf0ab91e245a5e50e0c37724 /datadict
parentcad340f87ec83b0d972fb1141855e7181ae9a7f2 (diff)
downloadadodb-e769bae7e28641b0505963cc9230bf13815f4099.tar.gz
adodb-e769bae7e28641b0505963cc9230bf13815f4099.tar.bz2
adodb-e769bae7e28641b0505963cc9230bf13815f4099.zip
Bump version to 5.19dev
Bumped 'dev' version allows users who rely on source code downloaded from the git repository rather than an official release tarball to reliably determine that they are running a development version of the library.
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 b948202d..95a40b66 100644
--- a/datadict/datadict-access.inc.php
+++ b/datadict/datadict-access.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-db2.inc.php b/datadict/datadict-db2.inc.php
index 5ae73224..b3a5e65a 100644
--- a/datadict/datadict-db2.inc.php
+++ b/datadict/datadict-db2.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-firebird.inc.php b/datadict/datadict-firebird.inc.php
index 93e6abc8..cda15cc2 100644
--- a/datadict/datadict-firebird.inc.php
+++ b/datadict/datadict-firebird.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-generic.inc.php b/datadict/datadict-generic.inc.php
index 7c1da2a4..a27da96a 100644
--- a/datadict/datadict-generic.inc.php
+++ b/datadict/datadict-generic.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-ibase.inc.php b/datadict/datadict-ibase.inc.php
index 3d35e96a..04867174 100644
--- a/datadict/datadict-ibase.inc.php
+++ b/datadict/datadict-ibase.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-informix.inc.php b/datadict/datadict-informix.inc.php
index 373796e0..14089ada 100644
--- a/datadict/datadict-informix.inc.php
+++ b/datadict/datadict-informix.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-mssql.inc.php b/datadict/datadict-mssql.inc.php
index a90a2c4d..3c68a057 100644
--- a/datadict/datadict-mssql.inc.php
+++ b/datadict/datadict-mssql.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-mssqlnative.inc.php b/datadict/datadict-mssqlnative.inc.php
index df4ef602..55f53d92 100644
--- a/datadict/datadict-mssqlnative.inc.php
+++ b/datadict/datadict-mssqlnative.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-mysql.inc.php b/datadict/datadict-mysql.inc.php
index 2fec09a0..47ae19b2 100644
--- a/datadict/datadict-mysql.inc.php
+++ b/datadict/datadict-mysql.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-oci8.inc.php b/datadict/datadict-oci8.inc.php
index ad3cc4ea..b65baca7 100644
--- a/datadict/datadict-oci8.inc.php
+++ b/datadict/datadict-oci8.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-postgres.inc.php b/datadict/datadict-postgres.inc.php
index eecba0c7..eb4b46fd 100644
--- a/datadict/datadict-postgres.inc.php
+++ b/datadict/datadict-postgres.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-sapdb.inc.php b/datadict/datadict-sapdb.inc.php
index 16e29e18..991326c7 100644
--- a/datadict/datadict-sapdb.inc.php
+++ b/datadict/datadict-sapdb.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V4.50 6 July 2004 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-sqlite.inc.php b/datadict/datadict-sqlite.inc.php
index 3aa34493..525abf0d 100644
--- a/datadict/datadict-sqlite.inc.php
+++ b/datadict/datadict-sqlite.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/datadict/datadict-sybase.inc.php b/datadict/datadict-sybase.inc.php
index 54f78615..aedaff6b 100644
--- a/datadict/datadict-sybase.inc.php
+++ b/datadict/datadict-sybase.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved.
+ V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.