Skip to content

Commit 75ce166

Browse files
committed
Prepare release of wxSQLite3 4.10.8
- Upgrade to SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)
1 parent 253bc1a commit 75ce166

File tree

8 files changed

+131
-65
lines changed

8 files changed

+131
-65
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.8] - 2025-06-07
11+
12+
- Upgrade to SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)
13+
1014
## [4.10.7] - 2025-06-01
1115

1216
- Upgrade to SQLite3 Multiple Ciphers version 2.1.2 (SQLite version 3.50.0)
@@ -682,7 +686,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682686

683687
- First public release
684688

685-
[Unreleased]: ../../compare/v4.10.7...HEAD
689+
[Unreleased]: ../../compare/v4.10.8...HEAD
690+
[4.10.8]: ../../compare/v4.10.7...v4.10.8
686691
[4.10.7]: ../../compare/v4.10.6...v4.10.7
687692
[4.10.6]: ../../compare/v4.10.5...v4.10.6
688693
[4.10.5]: ../../compare/v4.10.4...v4.10.5

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 <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.10.7], [github@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.10.8], [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: 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.7
51+
PROJECT_NUMBER = 4.10.8
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 7
17+
#define WXSQLITE3_RELEASE_NUMBER 8
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.7"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.8"
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.10.8</b> - <i>June 2025</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)</i>
52+
53+
</dd>
54+
4955
<dt><b>4.10.7</b> - <i>June 2025</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 2.1.2 (SQLite version 3.50.0)</i><br>

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +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.7 - *June 2025*
55+
* 4.10.8 - *June 2025*
5656

57-
- Upgrade to SQLite3 Multiple Ciphers version 2.1.2 (SQLite version 3.50.0)
58-
- Add method wxSQLite3Database::SetLockTimeout()
57+
- Upgrade to SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)
5958

6059
For further version information please consult the [CHANGELOG](CHANGELOG.md).
6160

0 commit comments

Comments
 (0)