Skip to content

Commit

Permalink
Prepare release of wxSQLite3 4.9.12
Browse files Browse the repository at this point in the history
- Upgrade to SQLite3 Multiple Ciphers version 1.9.0 (SQLite version 3.47.0)
  • Loading branch information
utelle committed Oct 22, 2024
1 parent 4ac1b67 commit c231fdb
Show file tree
Hide file tree
Showing 8 changed files with 7,326 additions and 3,478 deletions.
722 changes: 722 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2024 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin
dnl
dnl This file is covered by the same licence as the entire wxSQLite3 package.

AC_INIT([wxsqlite3], [4.9.11], [ulrich@telle-online.de])
AC_INIT([wxsqlite3], [4.9.12], [ulrich@telle-online.de])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = wxSQLite3
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.9.11
PROJECT_NUMBER = 4.9.12

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions include/wx/wxsqlite3_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#define WXSQLITE3_MAJOR_VERSION 4
#define WXSQLITE3_MINOR_VERSION 9
#define WXSQLITE3_RELEASE_NUMBER 11
#define WXSQLITE3_RELEASE_NUMBER 12
#define WXSQLITE3_SUBRELEASE_NUMBER 0
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.11"
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.12"

#endif // WXSQLITE3_VERSION_H_
6 changes: 6 additions & 0 deletions include/wx/wxsqlite3def.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<dl>
<dt><b>4.9.12</b> - <i>October 2024</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.9.0 (SQLite version 3.47.0)</i>
</dd>
<dt><b>4.9.11</b> - <i>June 2024</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.8.6 (SQLite version 3.46.0)</i>
Expand Down
393 changes: 5 additions & 388 deletions readme.md

Large diffs are not rendered by default.

9,468 changes: 6,411 additions & 3,057 deletions src/sqlite3mc_amalgamation.c

Large diffs are not rendered by default.

207 changes: 178 additions & 29 deletions src/sqlite3mc_amalgamation.h

Large diffs are not rendered by default.

0 comments on commit c231fdb

Please sign in to comment.