summaryrefslogtreecommitdiff
path: root/adodb.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2025-01-25 02:10:09 +0100
committerDamien Regad <dregad@mantisbt.org>2025-01-25 02:10:09 +0100
commitbc0d3e05ce89f3c73c24d1cb78de57793d1afe3a (patch)
treed382e8a7e99e3a9b008fdadc0e33dd9b8aba1012 /adodb.inc.php
parent439fd7a24c3fd7c45fc981e6c707300ee1a5a432 (diff)
downloadadodb-bc0d3e05ce89f3c73c24d1cb78de57793d1afe3a.tar.gz
adodb-bc0d3e05ce89f3c73c24d1cb78de57793d1afe3a.tar.bz2
adodb-bc0d3e05ce89f3c73c24d1cb78de57793d1afe3a.zip
Bump version to 5.22.8v5.22.8
Diffstat (limited to 'adodb.inc.php')
-rw-r--r--adodb.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index fce37df0..f4edaea7 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -198,7 +198,7 @@ if (!defined('_ADODB_LAYER')) {
/**
* ADODB version as a string.
*/
- $ADODB_vers = 'v5.22.8-dev Unreleased';
+ $ADODB_vers = 'v5.22.8 2025-01-25';
/**
* Determines whether recordset->RecordCount() is used.