summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-02-02 00:44:35 +0100
committerDamien Regad <dregad@mantisbt.org>2021-02-02 00:45:03 +0100
commitdd42240492b4d2e8c4cc3fc36c55571326c8421a (patch)
tree5ba708c2080dee34f894a9d99ffd791f7d639ef7 /drivers
parent4b821c3e7eba20e34d1c0c1a238b91a6951bbb9c (diff)
downloadadodb-dd42240492b4d2e8c4cc3fc36c55571326c8421a.tar.gz
adodb-dd42240492b4d2e8c4cc3fc36c55571326c8421a.tar.bz2
adodb-dd42240492b4d2e8c4cc3fc36c55571326c8421a.zip
Bump version to 5.21.0-rc.1v5.21.0-rc.1
Diffstat (limited to 'drivers')
-rw-r--r--drivers/adodb-access.inc.php2
-rw-r--r--drivers/adodb-ado.inc.php2
-rw-r--r--drivers/adodb-ado5.inc.php2
-rw-r--r--drivers/adodb-ado_access.inc.php2
-rw-r--r--drivers/adodb-ado_mssql.inc.php2
-rw-r--r--drivers/adodb-borland_ibase.inc.php2
-rw-r--r--drivers/adodb-csv.inc.php2
-rw-r--r--drivers/adodb-db2.inc.php2
-rw-r--r--drivers/adodb-db2oci.inc.php2
-rw-r--r--drivers/adodb-db2ora.inc.php2
-rw-r--r--drivers/adodb-fbsql.inc.php2
-rw-r--r--drivers/adodb-firebird.inc.php2
-rw-r--r--drivers/adodb-ibase.inc.php2
-rw-r--r--drivers/adodb-informix.inc.php2
-rw-r--r--drivers/adodb-informix72.inc.php2
-rw-r--r--drivers/adodb-ldap.inc.php2
-rw-r--r--drivers/adodb-mssql.inc.php2
-rw-r--r--drivers/adodb-mssqlnative.inc.php2
-rw-r--r--drivers/adodb-mssqlpo.inc.php2
-rw-r--r--drivers/adodb-mysql.inc.php2
-rw-r--r--drivers/adodb-mysqli.inc.php2
-rw-r--r--drivers/adodb-mysqlpo.inc.php2
-rw-r--r--drivers/adodb-mysqlt.inc.php2
-rw-r--r--drivers/adodb-netezza.inc.php2
-rw-r--r--drivers/adodb-oci8.inc.php2
-rw-r--r--drivers/adodb-oci805.inc.php2
-rw-r--r--drivers/adodb-oci8po.inc.php2
-rw-r--r--drivers/adodb-oci8quercus.inc.php2
-rw-r--r--drivers/adodb-odbc.inc.php2
-rw-r--r--drivers/adodb-odbc_db2.inc.php2
-rw-r--r--drivers/adodb-odbc_mssql.inc.php2
-rw-r--r--drivers/adodb-odbc_mssql2012.inc.php2
-rw-r--r--drivers/adodb-odbc_oracle.inc.php2
-rw-r--r--drivers/adodb-odbtp.inc.php2
-rw-r--r--drivers/adodb-odbtp_unicode.inc.php2
-rw-r--r--drivers/adodb-oracle.inc.php2
-rw-r--r--drivers/adodb-pdo.inc.php2
-rw-r--r--drivers/adodb-pdo_dblib.inc.php2
-rw-r--r--drivers/adodb-pdo_firebird.inc.php2
-rw-r--r--drivers/adodb-pdo_mssql.inc.php2
-rw-r--r--drivers/adodb-pdo_mysql.inc.php2
-rw-r--r--drivers/adodb-pdo_oci.inc.php2
-rw-r--r--drivers/adodb-pdo_pgsql.inc.php2
-rw-r--r--drivers/adodb-pdo_sqlite.inc.php2
-rw-r--r--drivers/adodb-postgres.inc.php2
-rw-r--r--drivers/adodb-postgres64.inc.php2
-rw-r--r--drivers/adodb-postgres7.inc.php2
-rw-r--r--drivers/adodb-postgres8.inc.php2
-rw-r--r--drivers/adodb-postgres9.inc.php2
-rw-r--r--drivers/adodb-proxy.inc.php2
-rw-r--r--drivers/adodb-sapdb.inc.php2
-rw-r--r--drivers/adodb-sqlanywhere.inc.php2
-rw-r--r--drivers/adodb-sqlite.inc.php2
-rw-r--r--drivers/adodb-sqlite3.inc.php2
-rw-r--r--drivers/adodb-sqlitepo.inc.php2
-rw-r--r--drivers/adodb-sybase.inc.php2
-rw-r--r--drivers/adodb-sybase_ase.inc.php2
-rw-r--r--drivers/adodb-text.inc.php2
-rw-r--r--drivers/adodb-vfp.inc.php2
59 files changed, 59 insertions, 59 deletions
diff --git a/drivers/adodb-access.inc.php b/drivers/adodb-access.inc.php
index 15c392ca..5bd79a73 100644
--- a/drivers/adodb-access.inc.php
+++ b/drivers/adodb-access.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-ado.inc.php b/drivers/adodb-ado.inc.php
index 78617eca..eee7db80 100644
--- a/drivers/adodb-ado.inc.php
+++ b/drivers/adodb-ado.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-ado5.inc.php b/drivers/adodb-ado5.inc.php
index d8ceeeba..c196f4bc 100644
--- a/drivers/adodb-ado5.inc.php
+++ b/drivers/adodb-ado5.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-ado_access.inc.php b/drivers/adodb-ado_access.inc.php
index a703bfaa..d11eb1ec 100644
--- a/drivers/adodb-ado_access.inc.php
+++ b/drivers/adodb-ado_access.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-ado_mssql.inc.php b/drivers/adodb-ado_mssql.inc.php
index 3a3fc3a9..d463142a 100644
--- a/drivers/adodb-ado_mssql.inc.php
+++ b/drivers/adodb-ado_mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-borland_ibase.inc.php b/drivers/adodb-borland_ibase.inc.php
index 78369403..66dd94e6 100644
--- a/drivers/adodb-borland_ibase.inc.php
+++ b/drivers/adodb-borland_ibase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-csv.inc.php b/drivers/adodb-csv.inc.php
index 7aea28d3..05710aa8 100644
--- a/drivers/adodb-csv.inc.php
+++ b/drivers/adodb-csv.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-db2.inc.php b/drivers/adodb-db2.inc.php
index 3dac1ef5..c4b5bd05 100644
--- a/drivers/adodb-db2.inc.php
+++ b/drivers/adodb-db2.inc.php
@@ -1,6 +1,6 @@
<?php
/**
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-db2oci.inc.php b/drivers/adodb-db2oci.inc.php
index 95c0e0f1..eac3cacc 100644
--- a/drivers/adodb-db2oci.inc.php
+++ b/drivers/adodb-db2oci.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-db2ora.inc.php b/drivers/adodb-db2ora.inc.php
index 7b256557..865aa2ac 100644
--- a/drivers/adodb-db2ora.inc.php
+++ b/drivers/adodb-db2ora.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-fbsql.inc.php b/drivers/adodb-fbsql.inc.php
index 5ad5b636..23d36461 100644
--- a/drivers/adodb-fbsql.inc.php
+++ b/drivers/adodb-fbsql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-firebird.inc.php b/drivers/adodb-firebird.inc.php
index 86321f6e..3e78bab6 100644
--- a/drivers/adodb-firebird.inc.php
+++ b/drivers/adodb-firebird.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-ibase.inc.php b/drivers/adodb-ibase.inc.php
index 3b329cb2..9e39884d 100644
--- a/drivers/adodb-ibase.inc.php
+++ b/drivers/adodb-ibase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-informix.inc.php b/drivers/adodb-informix.inc.php
index 8f06b2d1..a3761dd7 100644
--- a/drivers/adodb-informix.inc.php
+++ b/drivers/adodb-informix.inc.php
@@ -1,6 +1,6 @@
<?php
/**
-* @version v5.21.0-beta.1 20-Dec-2020
+* @version v5.21.0-rc.1 2021-02-02
* @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/drivers/adodb-informix72.inc.php b/drivers/adodb-informix72.inc.php
index 675544ac..17261d96 100644
--- a/drivers/adodb-informix72.inc.php
+++ b/drivers/adodb-informix72.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim. 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/drivers/adodb-ldap.inc.php b/drivers/adodb-ldap.inc.php
index 673324a5..9f809c31 100644
--- a/drivers/adodb-ldap.inc.php
+++ b/drivers/adodb-ldap.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-mssql.inc.php b/drivers/adodb-mssql.inc.php
index 6d8d827c..88f83d37 100644
--- a/drivers/adodb-mssql.inc.php
+++ b/drivers/adodb-mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-mssqlnative.inc.php b/drivers/adodb-mssqlnative.inc.php
index 9afed816..0cc18998 100644
--- a/drivers/adodb-mssqlnative.inc.php
+++ b/drivers/adodb-mssqlnative.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-mssqlpo.inc.php b/drivers/adodb-mssqlpo.inc.php
index d836a418..49dc8f74 100644
--- a/drivers/adodb-mssqlpo.inc.php
+++ b/drivers/adodb-mssqlpo.inc.php
@@ -1,6 +1,6 @@
<?php
/**
-* @version v5.21.0-beta.1 20-Dec-2020
+* @version v5.21.0-rc.1 2021-02-02
* @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/drivers/adodb-mysql.inc.php b/drivers/adodb-mysql.inc.php
index 403fe183..ebd8ff8b 100644
--- a/drivers/adodb-mysql.inc.php
+++ b/drivers/adodb-mysql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-mysqli.inc.php b/drivers/adodb-mysqli.inc.php
index 8a4d92b7..b916c012 100644
--- a/drivers/adodb-mysqli.inc.php
+++ b/drivers/adodb-mysqli.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-mysqlpo.inc.php b/drivers/adodb-mysqlpo.inc.php
index 74d1b528..d896d59e 100644
--- a/drivers/adodb-mysqlpo.inc.php
+++ b/drivers/adodb-mysqlpo.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-mysqlt.inc.php b/drivers/adodb-mysqlt.inc.php
index cba63c8a..5cf82775 100644
--- a/drivers/adodb-mysqlt.inc.php
+++ b/drivers/adodb-mysqlt.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-netezza.inc.php b/drivers/adodb-netezza.inc.php
index ebe45461..c5d30e37 100644
--- a/drivers/adodb-netezza.inc.php
+++ b/drivers/adodb-netezza.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
diff --git a/drivers/adodb-oci8.inc.php b/drivers/adodb-oci8.inc.php
index 7c5b8e6b..1b354208 100644
--- a/drivers/adodb-oci8.inc.php
+++ b/drivers/adodb-oci8.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim. All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
diff --git a/drivers/adodb-oci805.inc.php b/drivers/adodb-oci805.inc.php
index f829555b..bc37dffc 100644
--- a/drivers/adodb-oci805.inc.php
+++ b/drivers/adodb-oci805.inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version v5.21.0-beta.1 20-Dec-2020
+ * @version v5.21.0-rc.1 2021-02-02
* @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/drivers/adodb-oci8po.inc.php b/drivers/adodb-oci8po.inc.php
index 89d3f799..7c45e387 100644
--- a/drivers/adodb-oci8po.inc.php
+++ b/drivers/adodb-oci8po.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim. 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/drivers/adodb-oci8quercus.inc.php b/drivers/adodb-oci8quercus.inc.php
index f3387d42..328f2ad2 100644
--- a/drivers/adodb-oci8quercus.inc.php
+++ b/drivers/adodb-oci8quercus.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim. 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/drivers/adodb-odbc.inc.php b/drivers/adodb-odbc.inc.php
index 769786c0..9ab52f7c 100644
--- a/drivers/adodb-odbc.inc.php
+++ b/drivers/adodb-odbc.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-odbc_db2.inc.php b/drivers/adodb-odbc_db2.inc.php
index 7159d180..7aad2613 100644
--- a/drivers/adodb-odbc_db2.inc.php
+++ b/drivers/adodb-odbc_db2.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-odbc_mssql.inc.php b/drivers/adodb-odbc_mssql.inc.php
index d0a042a4..adb2c49c 100644
--- a/drivers/adodb-odbc_mssql.inc.php
+++ b/drivers/adodb-odbc_mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-odbc_mssql2012.inc.php b/drivers/adodb-odbc_mssql2012.inc.php
index b94365eb..c4b27d29 100644
--- a/drivers/adodb-odbc_mssql2012.inc.php
+++ b/drivers/adodb-odbc_mssql2012.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@copyright (c) 2015 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
diff --git a/drivers/adodb-odbc_oracle.inc.php b/drivers/adodb-odbc_oracle.inc.php
index 5ebd7d04..1756af7b 100644
--- a/drivers/adodb-odbc_oracle.inc.php
+++ b/drivers/adodb-odbc_oracle.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-odbtp.inc.php b/drivers/adodb-odbtp.inc.php
index 83c7691b..e9393446 100644
--- a/drivers/adodb-odbtp.inc.php
+++ b/drivers/adodb-odbtp.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-odbtp_unicode.inc.php b/drivers/adodb-odbtp_unicode.inc.php
index 9b340daf..522db0f5 100644
--- a/drivers/adodb-odbtp_unicode.inc.php
+++ b/drivers/adodb-odbtp_unicode.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-oracle.inc.php b/drivers/adodb-oracle.inc.php
index f5d00011..249300ce 100644
--- a/drivers/adodb-oracle.inc.php
+++ b/drivers/adodb-oracle.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-pdo.inc.php b/drivers/adodb-pdo.inc.php
index 6ceddb14..9b9e6603 100644
--- a/drivers/adodb-pdo.inc.php
+++ b/drivers/adodb-pdo.inc.php
@@ -1,6 +1,6 @@
<?php
/**
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
diff --git a/drivers/adodb-pdo_dblib.inc.php b/drivers/adodb-pdo_dblib.inc.php
index 78bfc705..5cff116a 100644
--- a/drivers/adodb-pdo_dblib.inc.php
+++ b/drivers/adodb-pdo_dblib.inc.php
@@ -6,7 +6,7 @@
* Whenever there is any discrepancy between the two licenses, the BSD license
* will take precedence.
*
- * @version v5.21.0-beta.1 20-Dec-2020
+ * @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2019 Damien Regad, Mark Newnham and the ADOdb community
*/
diff --git a/drivers/adodb-pdo_firebird.inc.php b/drivers/adodb-pdo_firebird.inc.php
index 70f50b30..b68097f2 100644
--- a/drivers/adodb-pdo_firebird.inc.php
+++ b/drivers/adodb-pdo_firebird.inc.php
@@ -2,7 +2,7 @@
/**
* ADOdb PDO Firebird driver
*
- * @version v5.21.0-beta.1 20-Dec-2020
+ * @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2019 Damien Regad, Mark Newnham and the ADOdb community
*
* Released under both BSD license and Lesser GPL library license.
diff --git a/drivers/adodb-pdo_mssql.inc.php b/drivers/adodb-pdo_mssql.inc.php
index ea3f0c72..69500349 100644
--- a/drivers/adodb-pdo_mssql.inc.php
+++ b/drivers/adodb-pdo_mssql.inc.php
@@ -2,7 +2,7 @@
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-pdo_mysql.inc.php b/drivers/adodb-pdo_mysql.inc.php
index a166a67d..b2f51b0b 100644
--- a/drivers/adodb-pdo_mysql.inc.php
+++ b/drivers/adodb-pdo_mysql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-pdo_oci.inc.php b/drivers/adodb-pdo_oci.inc.php
index 6a52c72d..c7f6a512 100644
--- a/drivers/adodb-pdo_oci.inc.php
+++ b/drivers/adodb-pdo_oci.inc.php
@@ -2,7 +2,7 @@
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-pdo_pgsql.inc.php b/drivers/adodb-pdo_pgsql.inc.php
index 91c620e4..80d7a88b 100644
--- a/drivers/adodb-pdo_pgsql.inc.php
+++ b/drivers/adodb-pdo_pgsql.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-pdo_sqlite.inc.php b/drivers/adodb-pdo_sqlite.inc.php
index 2733888a..32a44869 100644
--- a/drivers/adodb-pdo_sqlite.inc.php
+++ b/drivers/adodb-pdo_sqlite.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-postgres.inc.php b/drivers/adodb-postgres.inc.php
index ce79ab2e..be26a27c 100644
--- a/drivers/adodb-postgres.inc.php
+++ b/drivers/adodb-postgres.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-postgres64.inc.php b/drivers/adodb-postgres64.inc.php
index 3f94806c..1a1b5986 100644
--- a/drivers/adodb-postgres64.inc.php
+++ b/drivers/adodb-postgres64.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-postgres7.inc.php b/drivers/adodb-postgres7.inc.php
index 8ec38b36..466cf80e 100644
--- a/drivers/adodb-postgres7.inc.php
+++ b/drivers/adodb-postgres7.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-postgres8.inc.php b/drivers/adodb-postgres8.inc.php
index 74579a04..abbac822 100644
--- a/drivers/adodb-postgres8.inc.php
+++ b/drivers/adodb-postgres8.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-postgres9.inc.php b/drivers/adodb-postgres9.inc.php
index b01bf7f7..f3ffcd46 100644
--- a/drivers/adodb-postgres9.inc.php
+++ b/drivers/adodb-postgres9.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-proxy.inc.php b/drivers/adodb-proxy.inc.php
index bf1be236..d4d1a2fa 100644
--- a/drivers/adodb-proxy.inc.php
+++ b/drivers/adodb-proxy.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-sapdb.inc.php b/drivers/adodb-sapdb.inc.php
index 74715ca7..1228663e 100644
--- a/drivers/adodb-sapdb.inc.php
+++ b/drivers/adodb-sapdb.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-sqlanywhere.inc.php b/drivers/adodb-sqlanywhere.inc.php
index 9d7ef6f9..da88183e 100644
--- a/drivers/adodb-sqlanywhere.inc.php
+++ b/drivers/adodb-sqlanywhere.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
reserved.
diff --git a/drivers/adodb-sqlite.inc.php b/drivers/adodb-sqlite.inc.php
index 92d19c27..ac522153 100644
--- a/drivers/adodb-sqlite.inc.php
+++ b/drivers/adodb-sqlite.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-sqlite3.inc.php b/drivers/adodb-sqlite3.inc.php
index 976a7af3..bc6021bb 100644
--- a/drivers/adodb-sqlite3.inc.php
+++ b/drivers/adodb-sqlite3.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-sqlitepo.inc.php b/drivers/adodb-sqlitepo.inc.php
index d7fc73b9..f88fbbfe 100644
--- a/drivers/adodb-sqlitepo.inc.php
+++ b/drivers/adodb-sqlitepo.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-sybase.inc.php b/drivers/adodb-sybase.inc.php
index 40362565..361ff32b 100644
--- a/drivers/adodb-sybase.inc.php
+++ b/drivers/adodb-sybase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim. 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/drivers/adodb-sybase_ase.inc.php b/drivers/adodb-sybase_ase.inc.php
index 81132e04..56486346 100644
--- a/drivers/adodb-sybase_ase.inc.php
+++ b/drivers/adodb-sybase_ase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-beta.1 20-Dec-2020
+ @version v5.21.0-rc.1 2021-02-02
@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/drivers/adodb-text.inc.php b/drivers/adodb-text.inc.php
index bc1ce3e4..a38dfa2c 100644
--- a/drivers/adodb-text.inc.php
+++ b/drivers/adodb-text.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Set tabs to 4.
diff --git a/drivers/adodb-vfp.inc.php b/drivers/adodb-vfp.inc.php
index 30169562..e3eed0a4 100644
--- a/drivers/adodb-vfp.inc.php
+++ b/drivers/adodb-vfp.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-beta.1 20-Dec-2020
+@version v5.21.0-rc.1 2021-02-02
@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.