Skip to content

Commit 217e1e5

Browse files
committed
Prepare release of wxSQLite3 4.8.2
- Update to SQLite3 Multiple Ciphers 1.4.6 (based on SQLite 3.39.1)
1 parent 982542a commit 217e1e5

File tree

6 files changed

+22704
-4741
lines changed

6 files changed

+22704
-4741
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dnl Process this script with autoconf to create configure for wxsqlite3 library
22
dnl
3-
dnl Copyright (C) 2017-2021 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin <vadim@wxwidgets.org>
3+
dnl Copyright (C) 2017-2022 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin <vadim@wxwidgets.org>
44
dnl
55
dnl This file is covered by the same licence as the entire wxSQLite3 package.
66

7-
AC_INIT([wxsqlite3], [4.8.1], [ulrich@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.8.2], [ulrich@telle-online.de])
88

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

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 8
17-
#define WXSQLITE3_RELEASE_NUMBER 1
17+
#define WXSQLITE3_RELEASE_NUMBER 2
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.8.1"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.8.2"
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.8.2</b> - <i>July 2022</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 1.4.6 (SQLite version 3.39.1)</i><br>
52+
53+
</dd>
54+
4955
<dt><b>4.8.1</b> - <i>May 2022</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 1.4.3 (SQLite version 3.38.5)</i><br>

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Since August 2020 a new implementation of an encryption extension, capable of su
4848

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

51+
* 4.8.2 - *July 2022*
52+
- Upgrade to SQLite3 Multiple Ciphers version 1.4.6 (SQLite version 3.39.1)
5153
* 4.8.1 - *May 2022*
5254
- Upgrade to SQLite3 Multiple Ciphers version 1.4.3 (SQLite version 3.38.5)
5355
* 4.8.0 - *April 2022*

0 commit comments

Comments
 (0)