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 5207cc04..5de42fac 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -14,7 +14,7 @@
/**
\mainpage
- @version v5.20.4 30-Mar-2016
+ @version v5.21.0-dev ??-???-2016
@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.4 30-Mar-2016';
+ $ADODB_vers = 'v5.21.0-dev ??-???-2016';
/**
* Determines whether recordset->RecordCount() is used.