summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-02-27 12:38:53 +0100
committerDamien Regad <dregad@mantisbt.org>2021-02-27 12:38:53 +0100
commit199391f639a0b3346a80d66c00c87230fa3e6a07 (patch)
treeca649a218473ba58e93bf6b70a86155a1484a782 /drivers
parent3614f367f57dbe926aef2ac4c92ff4b5dcba8c07 (diff)
downloadadodb-199391f639a0b3346a80d66c00c87230fa3e6a07.tar.gz
adodb-199391f639a0b3346a80d66c00c87230fa3e6a07.tar.bz2
adodb-199391f639a0b3346a80d66c00c87230fa3e6a07.zip
Bump version to 5.21.0v5.21.0
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 5bd79a73..e2f8c7f7 100644
--- a/drivers/adodb-access.inc.php
+++ b/drivers/adodb-access.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 eee7db80..7c67a416 100644
--- a/drivers/adodb-ado.inc.php
+++ b/drivers/adodb-ado.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 c196f4bc..0189e126 100644
--- a/drivers/adodb-ado5.inc.php
+++ b/drivers/adodb-ado5.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 d11eb1ec..7eb18e4a 100644
--- a/drivers/adodb-ado_access.inc.php
+++ b/drivers/adodb-ado_access.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 d463142a..f461c943 100644
--- a/drivers/adodb-ado_mssql.inc.php
+++ b/drivers/adodb-ado_mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 66dd94e6..922796be 100644
--- a/drivers/adodb-borland_ibase.inc.php
+++ b/drivers/adodb-borland_ibase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 05710aa8..73870038 100644
--- a/drivers/adodb-csv.inc.php
+++ b/drivers/adodb-csv.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 c4b5bd05..3ba7eb99 100644
--- a/drivers/adodb-db2.inc.php
+++ b/drivers/adodb-db2.inc.php
@@ -1,6 +1,6 @@
<?php
/**
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 eac3cacc..ab3bc406 100644
--- a/drivers/adodb-db2oci.inc.php
+++ b/drivers/adodb-db2oci.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 865aa2ac..b701f7ee 100644
--- a/drivers/adodb-db2ora.inc.php
+++ b/drivers/adodb-db2ora.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 23d36461..c48cd349 100644
--- a/drivers/adodb-fbsql.inc.php
+++ b/drivers/adodb-fbsql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 3e78bab6..f1255631 100644
--- a/drivers/adodb-firebird.inc.php
+++ b/drivers/adodb-firebird.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 9e39884d..96a30cdf 100644
--- a/drivers/adodb-ibase.inc.php
+++ b/drivers/adodb-ibase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 a3761dd7..07f4e283 100644
--- a/drivers/adodb-informix.inc.php
+++ b/drivers/adodb-informix.inc.php
@@ -1,6 +1,6 @@
<?php
/**
-* @version v5.21.0-rc.1 2021-02-02
+* @version v5.21.0 2021-02-27
* @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 17261d96..4d660365 100644
--- a/drivers/adodb-informix72.inc.php
+++ b/drivers/adodb-informix72.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 9f809c31..1337314b 100644
--- a/drivers/adodb-ldap.inc.php
+++ b/drivers/adodb-ldap.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 88f83d37..be20620e 100644
--- a/drivers/adodb-mssql.inc.php
+++ b/drivers/adodb-mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 0cc18998..10a344af 100644
--- a/drivers/adodb-mssqlnative.inc.php
+++ b/drivers/adodb-mssqlnative.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 49dc8f74..86f69d87 100644
--- a/drivers/adodb-mssqlpo.inc.php
+++ b/drivers/adodb-mssqlpo.inc.php
@@ -1,6 +1,6 @@
<?php
/**
-* @version v5.21.0-rc.1 2021-02-02
+* @version v5.21.0 2021-02-27
* @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 ebd8ff8b..dae31b45 100644
--- a/drivers/adodb-mysql.inc.php
+++ b/drivers/adodb-mysql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 b916c012..f9f16f75 100644
--- a/drivers/adodb-mysqli.inc.php
+++ b/drivers/adodb-mysqli.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 d896d59e..a1f797e0 100644
--- a/drivers/adodb-mysqlpo.inc.php
+++ b/drivers/adodb-mysqlpo.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 5cf82775..fd1fa3c5 100644
--- a/drivers/adodb-mysqlt.inc.php
+++ b/drivers/adodb-mysqlt.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 c5d30e37..b887c7cb 100644
--- a/drivers/adodb-netezza.inc.php
+++ b/drivers/adodb-netezza.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 1b354208..866b2291 100644
--- a/drivers/adodb-oci8.inc.php
+++ b/drivers/adodb-oci8.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 bc37dffc..38f9c79a 100644
--- a/drivers/adodb-oci805.inc.php
+++ b/drivers/adodb-oci805.inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version v5.21.0-rc.1 2021-02-02
+ * @version v5.21.0 2021-02-27
* @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 7c45e387..cdfdaf9b 100644
--- a/drivers/adodb-oci8po.inc.php
+++ b/drivers/adodb-oci8po.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 328f2ad2..d2b5117b 100644
--- a/drivers/adodb-oci8quercus.inc.php
+++ b/drivers/adodb-oci8quercus.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 9ab52f7c..69c573ca 100644
--- a/drivers/adodb-odbc.inc.php
+++ b/drivers/adodb-odbc.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 7aad2613..c32033a4 100644
--- a/drivers/adodb-odbc_db2.inc.php
+++ b/drivers/adodb-odbc_db2.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 adb2c49c..19fdd604 100644
--- a/drivers/adodb-odbc_mssql.inc.php
+++ b/drivers/adodb-odbc_mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 c4b27d29..17d0bb02 100644
--- a/drivers/adodb-odbc_mssql2012.inc.php
+++ b/drivers/adodb-odbc_mssql2012.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 1756af7b..b56f68b6 100644
--- a/drivers/adodb-odbc_oracle.inc.php
+++ b/drivers/adodb-odbc_oracle.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 e9393446..9c395166 100644
--- a/drivers/adodb-odbtp.inc.php
+++ b/drivers/adodb-odbtp.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 522db0f5..4ad997bb 100644
--- a/drivers/adodb-odbtp_unicode.inc.php
+++ b/drivers/adodb-odbtp_unicode.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 249300ce..d8d68b08 100644
--- a/drivers/adodb-oracle.inc.php
+++ b/drivers/adodb-oracle.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 9b9e6603..9267485c 100644
--- a/drivers/adodb-pdo.inc.php
+++ b/drivers/adodb-pdo.inc.php
@@ -1,6 +1,6 @@
<?php
/**
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 5cff116a..1a688dca 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-rc.1 2021-02-02
+ * @version v5.21.0 2021-02-27
* @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 b68097f2..8a794a5d 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-rc.1 2021-02-02
+ * @version v5.21.0 2021-02-27
* @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 69500349..e78e4d8b 100644
--- a/drivers/adodb-pdo_mssql.inc.php
+++ b/drivers/adodb-pdo_mssql.inc.php
@@ -2,7 +2,7 @@
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 b2f51b0b..edc8634d 100644
--- a/drivers/adodb-pdo_mysql.inc.php
+++ b/drivers/adodb-pdo_mysql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 c7f6a512..8bbdf42f 100644
--- a/drivers/adodb-pdo_oci.inc.php
+++ b/drivers/adodb-pdo_oci.inc.php
@@ -2,7 +2,7 @@
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 80d7a88b..bd653bbf 100644
--- a/drivers/adodb-pdo_pgsql.inc.php
+++ b/drivers/adodb-pdo_pgsql.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 32a44869..7cd6ccd4 100644
--- a/drivers/adodb-pdo_sqlite.inc.php
+++ b/drivers/adodb-pdo_sqlite.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 be26a27c..003ae9eb 100644
--- a/drivers/adodb-postgres.inc.php
+++ b/drivers/adodb-postgres.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 8bb1d173..ae5d9861 100644
--- a/drivers/adodb-postgres64.inc.php
+++ b/drivers/adodb-postgres64.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 466cf80e..6de6c1c6 100644
--- a/drivers/adodb-postgres7.inc.php
+++ b/drivers/adodb-postgres7.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 abbac822..6f5859ad 100644
--- a/drivers/adodb-postgres8.inc.php
+++ b/drivers/adodb-postgres8.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 f3ffcd46..add6521d 100644
--- a/drivers/adodb-postgres9.inc.php
+++ b/drivers/adodb-postgres9.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 d4d1a2fa..c292903a 100644
--- a/drivers/adodb-proxy.inc.php
+++ b/drivers/adodb-proxy.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 1228663e..09abe7c4 100644
--- a/drivers/adodb-sapdb.inc.php
+++ b/drivers/adodb-sapdb.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 da88183e..ca541756 100644
--- a/drivers/adodb-sqlanywhere.inc.php
+++ b/drivers/adodb-sqlanywhere.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 ac522153..70376afc 100644
--- a/drivers/adodb-sqlite.inc.php
+++ b/drivers/adodb-sqlite.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 bc6021bb..6fd7d318 100644
--- a/drivers/adodb-sqlite3.inc.php
+++ b/drivers/adodb-sqlite3.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 f88fbbfe..4b56cbe0 100644
--- a/drivers/adodb-sqlitepo.inc.php
+++ b/drivers/adodb-sqlitepo.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 361ff32b..12cb7f05 100644
--- a/drivers/adodb-sybase.inc.php
+++ b/drivers/adodb-sybase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 56486346..8490e8fb 100644
--- a/drivers/adodb-sybase_ase.inc.php
+++ b/drivers/adodb-sybase_ase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.21.0-rc.1 2021-02-02
+ @version v5.21.0 2021-02-27
@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 a38dfa2c..cd43500a 100644
--- a/drivers/adodb-text.inc.php
+++ b/drivers/adodb-text.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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 e3eed0a4..7369510e 100644
--- a/drivers/adodb-vfp.inc.php
+++ b/drivers/adodb-vfp.inc.php
@@ -1,6 +1,6 @@
<?php
/*
-@version v5.21.0-rc.1 2021-02-02
+@version v5.21.0 2021-02-27
@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.