Skip to content

Commit 2e916eb

Browse files
committed
Bump version to 5.22.6
1 parent 285a1bc commit 2e916eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

adodb.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function ADODB_Setup() {
198198
/**
199199
* ADODB version as a string.
200200
*/
201-
$ADODB_vers = 'v5.22.6-dev Unreleased';
201+
$ADODB_vers = 'v5.22.6 2023-06-11';
202202

203203
/**
204204
* Determines whether recordset->RecordCount() is used.

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Older changelogs:
1414

1515
--------------------------------------------------------------------------------
1616

17-
## [5.22.6] - Unreleased
17+
## [5.22.6] - 2023-06-11
1818

1919
### Deprecated
2020

@@ -1416,7 +1416,7 @@ Released together with [v4.95](changelog_v4.x.md#495---17-may-2007)
14161416
- Adodb5 version,more error checking code now will use exceptions if available.
14171417

14181418

1419-
[5.22.6]: https://github.com/adodb/adodb/compare/v5.22.5...hotfix/5.22
1419+
[5.22.6]: https://github.com/adodb/adodb/compare/v5.22.5...v5.22.6
14201420
[5.22.5]: https://github.com/adodb/adodb/compare/v5.22.4...v5.22.5
14211421
[5.22.4]: https://github.com/adodb/adodb/compare/v5.22.3...v5.22.4
14221422
[5.22.3]: https://github.com/adodb/adodb/compare/v5.22.2...v5.22.3

0 commit comments

Comments
 (0)