summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-03-30 23:37:18 +0200
committerDamien Regad <dregad@mantisbt.org>2016-03-30 23:37:18 +0200
commit1bc8af36213962aa0e0a6d865e8519a14e11f419 (patch)
treebd586fb7270e7c877aa8504874453ac006cb8146 /tests
parentd3eaf88b7d158c575613b0f35da6ec5aebf097a1 (diff)
downloadadodb-1bc8af36213962aa0e0a6d865e8519a14e11f419.tar.gz
adodb-1bc8af36213962aa0e0a6d865e8519a14e11f419.tar.bz2
adodb-1bc8af36213962aa0e0a6d865e8519a14e11f419.zip
Bump version to 5.20.4
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmark.php2
-rw-r--r--tests/client.php2
-rw-r--r--tests/test-datadict.php2
-rw-r--r--tests/test-php5.php2
-rw-r--r--tests/test.php2
-rw-r--r--tests/test3.php2
-rw-r--r--tests/test4.php2
-rw-r--r--tests/test5.php2
-rw-r--r--tests/testcache.php2
-rw-r--r--tests/testdatabases.inc.php2
-rw-r--r--tests/testmssql.php2
-rw-r--r--tests/testoci8.php2
-rw-r--r--tests/testoci8cursor.php2
-rw-r--r--tests/testpaging.php2
-rw-r--r--tests/testpear.php2
-rw-r--r--tests/testsessions.php2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/benchmark.php b/tests/benchmark.php
index 7812a693..672d179d 100644
--- a/tests/benchmark.php
+++ b/tests/benchmark.php
@@ -8,7 +8,7 @@
<body>
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/client.php b/tests/client.php
index 393f122b..74c100e9 100644
--- a/tests/client.php
+++ b/tests/client.php
@@ -2,7 +2,7 @@
<body bgcolor=white>
<?php
/**
- * @version v5.20.3 01-Jan-2016
+ * @version v5.20.4 30-Mar-2016
* @copyright (c) 2001-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/tests/test-datadict.php b/tests/test-datadict.php
index 44cd62ce..c508170a 100644
--- a/tests/test-datadict.php
+++ b/tests/test-datadict.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.20.3 01-Jan-2016
+ @version v5.20.4 30-Mar-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/tests/test-php5.php b/tests/test-php5.php
index 4d89f3cc..e44669d9 100644
--- a/tests/test-php5.php
+++ b/tests/test-php5.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.3 01-Jan-2016
+ @version v5.20.4 30-Mar-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/tests/test.php b/tests/test.php
index b20b6b40..68559b50 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/test3.php b/tests/test3.php
index 25de4f88..30b26661 100644
--- a/tests/test3.php
+++ b/tests/test3.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.3 01-Jan-2016
+ @version v5.20.4 30-Mar-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/tests/test4.php b/tests/test4.php
index 8267c384..4a6791c8 100644
--- a/tests/test4.php
+++ b/tests/test4.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version v5.20.3 01-Jan-2016
+ * @version v5.20.4 30-Mar-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/tests/test5.php b/tests/test5.php
index 051445a5..fdc0e28e 100644
--- a/tests/test5.php
+++ b/tests/test5.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testcache.php b/tests/testcache.php
index b0e72263..e984a481 100644
--- a/tests/testcache.php
+++ b/tests/testcache.php
@@ -2,7 +2,7 @@
<body>
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testdatabases.inc.php b/tests/testdatabases.inc.php
index 3027a576..e71fbe89 100644
--- a/tests/testdatabases.inc.php
+++ b/tests/testdatabases.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testmssql.php b/tests/testmssql.php
index e2bd5ab0..7bb18f64 100644
--- a/tests/testmssql.php
+++ b/tests/testmssql.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version v5.20.3 01-Jan-2016
+ * @version v5.20.4 30-Mar-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/tests/testoci8.php b/tests/testoci8.php
index 432e734f..995ff5e0 100644
--- a/tests/testoci8.php
+++ b/tests/testoci8.php
@@ -2,7 +2,7 @@
<body>
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testoci8cursor.php b/tests/testoci8cursor.php
index 81b7487f..c8bca591 100644
--- a/tests/testoci8cursor.php
+++ b/tests/testoci8cursor.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testpaging.php b/tests/testpaging.php
index c87b57b4..c7474ee2 100644
--- a/tests/testpaging.php
+++ b/tests/testpaging.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testpear.php b/tests/testpear.php
index 06eaaeb0..f921ac93 100644
--- a/tests/testpear.php
+++ b/tests/testpear.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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/tests/testsessions.php b/tests/testsessions.php
index ede2655c..8879cdb2 100644
--- a/tests/testsessions.php
+++ b/tests/testsessions.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.20.3 01-Jan-2016
+@version v5.20.4 30-Mar-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.