Skip to content

Commit

Permalink
Prepare release of wxSQLite3 4.9.0
Browse files Browse the repository at this point in the history
- Update to SQLite3 Multiple Ciphers 1.5.3 (based on SQLite 3.39.3)
  • Loading branch information
utelle committed Sep 8, 2022
1 parent 217e1e5 commit 3bc12d0
Show file tree
Hide file tree
Showing 9 changed files with 938 additions and 364 deletions.
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-2022 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.8.2], [ulrich@telle-online.de])
AC_INIT([wxsqlite3], [4.9.0], [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 @@ -38,7 +38,7 @@ PROJECT_NAME = wxSQLite3
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.8.1
PROJECT_NUMBER = 4.9.0

# 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
2 changes: 1 addition & 1 deletion include/wx/wxsqlite3.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** Purpose: wxWidgets wrapper around the SQLite3 embedded database library.
** Author: Ulrich Telle
** Created: 2005-07-14
** Copyright: (c) 2005-2020 Ulrich Telle
** Copyright: (c) 2005-2022 Ulrich Telle
** License: LGPL-3.0+ WITH WxWindows-exception-3.1
*/

Expand Down
6 changes: 3 additions & 3 deletions include/wx/wxsqlite3_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#define WXSQLITE3_VERSION_H_

#define WXSQLITE3_MAJOR_VERSION 4
#define WXSQLITE3_MINOR_VERSION 8
#define WXSQLITE3_RELEASE_NUMBER 2
#define WXSQLITE3_MINOR_VERSION 9
#define WXSQLITE3_RELEASE_NUMBER 0
#define WXSQLITE3_SUBRELEASE_NUMBER 0
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.8.2"
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.0"

#endif // WXSQLITE3_VERSION_H_
8 changes: 7 additions & 1 deletion include/wx/wxsqlite3def.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** Purpose: wxWidgets wrapper around the SQLite3 embedded database library.
** Author: Ulrich Telle
** Created: 2005-07-14
** Copyright: (c) 2005-2021 Ulrich Telle
** Copyright: (c) 2005-2022 Ulrich Telle
** License: LGPL-3.0+ WITH WxWindows-exception-3.1
*/

Expand Down Expand Up @@ -46,6 +46,12 @@
<dl>
<dt><b>4.9.0</b> - <i>September 2022</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.5.3 (SQLite version 3.39.3)</i><br>
</dd>
<dt><b>4.8.2</b> - <i>July 2022</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.4.6 (SQLite version 3.39.1)</i><br>
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Since August 2020 a new implementation of an encryption extension, capable of su

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

* 4.9.0 - *September 2022*
- Upgrade to SQLite3 Multiple Ciphers version 1.5.3 (SQLite version 3.39.3)
* 4.8.2 - *July 2022*
- Upgrade to SQLite3 Multiple Ciphers version 1.4.6 (SQLite version 3.39.1)
* 4.8.1 - *May 2022*
Expand Down
Loading

0 comments on commit 3bc12d0

Please sign in to comment.