diff options
Diffstat (limited to 'adodb.inc.php')
| -rw-r--r-- | adodb.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adodb.inc.php b/adodb.inc.php index f02c57fa..a526a667 100644 --- a/adodb.inc.php +++ b/adodb.inc.php @@ -14,7 +14,7 @@ /** \mainpage - @version v5.21.0-dev ??-???-2016 + @version v5.21.0-beta.1 20-Dec-2020 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community @@ -210,7 +210,7 @@ if (!defined('_ADODB_LAYER')) { /** * ADODB version as a string. */ - $ADODB_vers = 'v5.21.0-dev ??-???-2016'; + $ADODB_vers = 'v5.21.0-beta.1 20-Dec-2020'; /** * Determines whether recordset->RecordCount() is used. |
