summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-08-06 18:04:33 +0200
committerDamien Regad <dregad@mantisbt.org>2018-08-06 18:04:33 +0200
commit1141326db4b5092cee95841a1c056f876b9b4c83 (patch)
tree5db22f1f0cd9a5132baa6103a8df786a5b380485 /tests
parent131539bfe349603c5de696e4da792874fcef7be7 (diff)
downloadadodb-1141326db4b5092cee95841a1c056f876b9b4c83.tar.gz
adodb-1141326db4b5092cee95841a1c056f876b9b4c83.tar.bz2
adodb-1141326db4b5092cee95841a1c056f876b9b4c83.zip
Bump version to 5.20.13v5.20.13
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 b0670624..07729ff3 100644
--- a/tests/benchmark.php
+++ b/tests/benchmark.php
@@ -8,7 +8,7 @@
<body>
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 a8bac679..0700242d 100644
--- a/tests/client.php
+++ b/tests/client.php
@@ -2,7 +2,7 @@
<body bgcolor=white>
<?php
/**
- * @version v5.20.12 30-Mar-2018
+ * @version v5.20.13 06-Aug-2018
* @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 78aaa434..2fa32d97 100644
--- a/tests/test-datadict.php
+++ b/tests/test-datadict.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.20.12 30-Mar-2018
+ @version v5.20.13 06-Aug-2018
@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 5de71d7e..11fe9fb1 100644
--- a/tests/test-php5.php
+++ b/tests/test-php5.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.12 30-Mar-2018
+ @version v5.20.13 06-Aug-2018
@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 9626a9e2..fdfdf54a 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 77bd52d5..2f3cc328 100644
--- a/tests/test3.php
+++ b/tests/test3.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.12 30-Mar-2018
+ @version v5.20.13 06-Aug-2018
@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 5078ba3b..9f28c220 100644
--- a/tests/test4.php
+++ b/tests/test4.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version v5.20.12 30-Mar-2018
+ * @version v5.20.13 06-Aug-2018
* @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 42785b0f..6db67dfe 100644
--- a/tests/test5.php
+++ b/tests/test5.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 8a1690ea..a7ff2505 100644
--- a/tests/testcache.php
+++ b/tests/testcache.php
@@ -2,7 +2,7 @@
<body>
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 ac01c56a..7053d6c0 100644
--- a/tests/testdatabases.inc.php
+++ b/tests/testdatabases.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 05590a31..aff0f347 100644
--- a/tests/testmssql.php
+++ b/tests/testmssql.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version v5.20.12 30-Mar-2018
+ * @version v5.20.13 06-Aug-2018
* @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 ec81edad..202a151c 100644
--- a/tests/testoci8.php
+++ b/tests/testoci8.php
@@ -2,7 +2,7 @@
<body>
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 a48dfd1c..5da1101f 100644
--- a/tests/testoci8cursor.php
+++ b/tests/testoci8cursor.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 f7f40fb7..5e580887 100644
--- a/tests/testpaging.php
+++ b/tests/testpaging.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 273d862c..0ea0a784 100644
--- a/tests/testpear.php
+++ b/tests/testpear.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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 44e78102..e50ee7e4 100644
--- a/tests/testsessions.php
+++ b/tests/testsessions.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.20.12 30-Mar-2018
+@version v5.20.13 06-Aug-2018
@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.