Skip to content

Commit c231fdb

Browse files
committed
Prepare release of wxSQLite3 4.9.12
- Upgrade to SQLite3 Multiple Ciphers version 1.9.0 (SQLite version 3.47.0)
1 parent 4ac1b67 commit c231fdb

8 files changed

+7326
-3478
lines changed

CHANGELOG.md

+722
Large diffs are not rendered by default.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2024 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.9.11], [[email protected]])
7+
AC_INIT([wxsqlite3], [4.9.12], [[email protected]])
88

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

docs/Doxyfile

+1-1
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.9.11
51+
PROJECT_NUMBER = 4.9.12
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 viewer a

include/wx/wxsqlite3_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#define WXSQLITE3_MAJOR_VERSION 4
1616
#define WXSQLITE3_MINOR_VERSION 9
17-
#define WXSQLITE3_RELEASE_NUMBER 11
17+
#define WXSQLITE3_RELEASE_NUMBER 12
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.11"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.12"
2020

2121
#endif // WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
4747
<dl>
4848
49+
<dt><b>4.9.12</b> - <i>October 2024</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 1.9.0 (SQLite version 3.47.0)</i>
52+
53+
</dd>
54+
4955
<dt><b>4.9.11</b> - <i>June 2024</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 1.8.6 (SQLite version 3.46.0)</i>

readme.md

+5-388
Large diffs are not rendered by default.

src/sqlite3mc_amalgamation.c

+6,411-3,057
Large diffs are not rendered by default.

src/sqlite3mc_amalgamation.h

+178-29
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)