summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2020-12-16 11:23:08 +0100
committerDamien Regad <dregad@mantisbt.org>2020-12-16 11:29:43 +0100
commit97066862ee9d7ae4ada1a0a530330f88cff26e8c (patch)
treef2e539fce26f1271ee7e2ecfdbbd6a2d26b5ca84
parent04845f23bbf2c140a4285c1c47bc5768eb3fd93c (diff)
downloadadodb-97066862ee9d7ae4ada1a0a530330f88cff26e8c.tar.gz
adodb-97066862ee9d7ae4ada1a0a530330f88cff26e8c.tar.bz2
adodb-97066862ee9d7ae4ada1a0a530330f88cff26e8c.zip
Bump version to 5.20.19 (again)v5.20.19
Update of $ADODB_vers was missed in the previous bump commit.
-rw-r--r--adodb.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index 57825f74..d74a0c99 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -224,7 +224,7 @@ if (!defined('_ADODB_LAYER')) {
/**
* ADODB version as a string.
*/
- $ADODB_vers = 'v5.20.17 31-Mar-2020';
+ $ADODB_vers = 'v5.20.19 13-Dec-2020';
/**
* Determines whether recordset->RecordCount() is used.