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 31e5503e..99b533dd 100644 --- a/adodb.inc.php +++ b/adodb.inc.php @@ -14,7 +14,7 @@ /** \mainpage - @version v5.20.13 06-Aug-2018 + @version v5.20.14 06-Jan-2019 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community @@ -229,7 +229,7 @@ if (!defined('_ADODB_LAYER')) { /** * ADODB version as a string. */ - $ADODB_vers = 'v5.20.13 06-Aug-2018'; + $ADODB_vers = 'v5.20.14 06-Jan-2019'; /** * Determines whether recordset->RecordCount() is used. |
