Skip to content

Commit 7135b7f

Browse files
committed
Prepare release of wxSQLite3 4.12.5
- Upgrade to SQLite3 Multiple Ciphers version 2.3.5 (SQLite version 3.53.2)
1 parent 58259ec commit 7135b7f

8 files changed

Lines changed: 1351 additions & 269 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.12.5] - 2026-06-07
11+
12+
- Upgrade to SQLite3 Multiple Ciphers version 2.3.5 (SQLite version 3.53.2)
13+
1014
## [4.12.4] - 2026-05-06
1115

1216
- Upgrade to SQLite3 Multiple Ciphers version 2.3.4 (SQLite version 3.53.1)
@@ -742,7 +746,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
742746

743747
- First public release
744748

745-
[Unreleased]: ../../compare/v4.12.4...HEAD
749+
[Unreleased]: ../../compare/v4.12.5...HEAD
750+
[4.12.5]: ../../compare/v4.12.4...v4.12.5
746751
[4.12.4]: ../../compare/v4.12.3...v4.12.4
747752
[4.12.3]: ../../compare/v4.12.2...v4.12.3
748753
[4.12.2]: ../../compare/v4.12.1...v4.12.2

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2026 Ulrich Telle <github@telle-online.de>, Vadim Zeitlin
44
dnl
55
dnl This file is covered by the same licence as the entire wxSQLite3 package.
66

7-
AC_INIT([wxsqlite3], [4.12.4], [github@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.12.5], [github@telle-online.de])
88

99
dnl This is the version tested with, might work with earlier ones.
1010
AC_PREREQ([2.69])

docs/Doxyfile

Lines changed: 173 additions & 49 deletions
Large diffs are not rendered by default.

include/wx/wxsqlite3_version.h

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

1515
#define WXSQLITE3_MAJOR_VERSION 4
1616
#define WXSQLITE3_MINOR_VERSION 12
17-
#define WXSQLITE3_RELEASE_NUMBER 4
17+
#define WXSQLITE3_RELEASE_NUMBER 5
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.12.4"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.12.5"
2020

2121
#endif // WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
4747
<dl>
4848
49+
<dt><b>4.12.5</b> - <i>June 2026</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 2.3.5 (SQLite version 3.53.2)</i>
52+
53+
</dd>
54+
4955
<dt><b>4.12.4</b> - <i>May 2026</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 2.3.4 (SQLite version 3.53.1)</i>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Currently the _CMake_ support is experimental and limited to Windows platforms (
3838

3939
## <a name="history"></a>Version history
4040

41-
* 4.12.4 - *May 2026*
41+
* 4.12.5 - *June 2026*
4242

43-
- Upgrade to SQLite3 Multiple Ciphers version 2.3.4 (SQLite version 3.53.1)
43+
- Upgrade to SQLite3 Multiple Ciphers version 2.3.5 (SQLite version 3.53.2)
4444

4545
For further version information please consult the [CHANGELOG](CHANGELOG.md).
4646

0 commit comments

Comments
 (0)