We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acff333 commit bb87e83Copy full SHA for bb87e83
2 files changed
adodb.inc.php
@@ -198,7 +198,7 @@ function ADODB_Setup() {
198
/**
199
* ADODB version as a string.
200
*/
201
- $ADODB_vers = 'v5.22.4-dev Unreleased';
+ $ADODB_vers = 'v5.22.4 2022-10-28';
202
203
204
* Determines whether recordset->RecordCount() is used.
docs/changelog.md
@@ -14,7 +14,7 @@ Older changelogs:
14
15
--------------------------------------------------------------------------------
16
17
-## [5.22.4] - Unreleased
+## [5.22.4] - 2022-10-28
18
19
### Fixed
20
0 commit comments