summaryrefslogtreecommitdiff
path: root/adodb.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'adodb.inc.php')
-rw-r--r--adodb.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index dc6f4ca1..6c1f4f21 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -14,7 +14,7 @@
/**
\mainpage
- @version v5.20.0 28-Nov-2015
+ @version v5.20.1 06-Dec-2015
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
@@ -217,7 +217,7 @@ if (!defined('_ADODB_LAYER')) {
/**
* ADODB version as a string.
*/
- $ADODB_vers = 'v5.20.0 28-Nov-2015';
+ $ADODB_vers = 'v5.20.1 06-Dec-2015';
/**
* Determines whether recordset->RecordCount() is used.