Skip to content

Commit 3a3bf81

Browse files
committed
Prepare release of wxSQLite3 4.10.10
- Upgrade to SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2) to fix issue #126
1 parent 89897e7 commit 3a3bf81

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

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.10.10] - 2025-07-14
11+
12+
- Upgrade to SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2) to fix issue #126
13+
1014
## [4.10.9] - 2025-07-09
1115

1216
- Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
@@ -690,7 +694,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
690694

691695
- First public release
692696

693-
[Unreleased]: ../../compare/v4.10.9...HEAD
697+
[Unreleased]: ../../compare/v4.10.10...HEAD
698+
[4.10.10]: ../../compare/v4.10.9...v4.10.10
694699
[4.10.9]: ../../compare/v4.10.8...v4.10.9
695700
[4.10.8]: ../../compare/v4.10.7...v4.10.8
696701
[4.10.7]: ../../compare/v4.10.6...v4.10.7

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2025 Ulrich Telle <[email protected]>, 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.10.9], [[email protected]])
7+
AC_INIT([wxsqlite3], [4.10.10], [[email protected]])
88

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

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = wxSQLite3
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 4.10.9
51+
PROJECT_NUMBER = 4.10.10
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

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 10
17-
#define WXSQLITE3_RELEASE_NUMBER 9
17+
#define WXSQLITE3_RELEASE_NUMBER 10
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.9"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.10"
2020

2121
#endif // WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
4747
<dl>
4848
49+
<dt><b>4.10.10</b> - <i>July 2025</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2)</i>
52+
to fix issue #126
53+
54+
</dd>
55+
4956
<dt><b>4.10.9</b> - <i>July 2025</i></dt>
5057
<dd>
5158
Upgrade to <i>SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)</i>

readme.md

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

5353
## <a name="history"></a>Version history
5454

55-
* 4.10.9 - *July 2025*
55+
* 4.10.10 - *July 2025*
5656

57-
- Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
57+
- Upgrade to SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2) to fix issue #126
5858

5959
For further version information please consult the [CHANGELOG](CHANGELOG.md).
6060

0 commit comments

Comments
 (0)