Skip to content

Commit

Permalink
Prepare release of wxSQLite3 4.8.2
Browse files Browse the repository at this point in the history
- Update to SQLite3 Multiple Ciphers 1.4.6 (based on SQLite 3.39.1)
  • Loading branch information
utelle committed Jul 17, 2022
1 parent 982542a commit 217e1e5
Show file tree
Hide file tree
Showing 6 changed files with 22,704 additions and 4,741 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dnl Process this script with autoconf to create configure for wxsqlite3 library
dnl
dnl Copyright (C) 2017-2021 Ulrich Telle <[email protected]>, Vadim Zeitlin <[email protected]>
dnl Copyright (C) 2017-2022 Ulrich Telle <[email protected]>, Vadim Zeitlin <[email protected]>
dnl
dnl This file is covered by the same licence as the entire wxSQLite3 package.

AC_INIT([wxsqlite3], [4.8.1], [[email protected]])
AC_INIT([wxsqlite3], [4.8.2], [[email protected]])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
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 8
#define WXSQLITE3_RELEASE_NUMBER 1
#define WXSQLITE3_RELEASE_NUMBER 2
#define WXSQLITE3_SUBRELEASE_NUMBER 0
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.8.1"
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.8.2"

#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.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>
</dd>
<dt><b>4.8.1</b> - <i>May 2022</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.4.3 (SQLite version 3.38.5)</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.8.2 - *July 2022*
- Upgrade to SQLite3 Multiple Ciphers version 1.4.6 (SQLite version 3.39.1)
* 4.8.1 - *May 2022*
- Upgrade to SQLite3 Multiple Ciphers version 1.4.3 (SQLite version 3.38.5)
* 4.8.0 - *April 2022*
Expand Down
Loading

0 comments on commit 217e1e5

Please sign in to comment.