Skip to content

Commit 5b6d06a

Browse files
committed
Upgrade to SQLite3 version 3.23.1
1 parent cbe2511 commit 5b6d06a

File tree

11 files changed

+226551
-226406
lines changed

11 files changed

+226551
-226406
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2018 Ulrich Telle <ulrich@telle-online.de>, 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.0.1], [ulrich@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.0.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 0
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.0.1"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.0.2"
2020

2121
#endif // _WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
4545
<dl>
4646
47+
<dt><b>4.0.2</b> - <i>April 2018</i></dt>
48+
<dd>
49+
Upgrade to SQLite version 3.23.1<br>
50+
51+
</dd>
4752
<dt><b>4.0.1</b> - <i>April 2018</i></dt>
4853
<dd>
4954
Fixed a bug in the rekeying function of the encryption extension<br>

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Currently the following encryption schemes are supported:
4040

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

43+
* 4.0.2 - *April 2018*
44+
- Upgrade to SQLite version 3.23.1
4345
* 4.0.1 - *April 2018*
4446
- Fixed a bug in the rekeying function of the encryption extension
4547
* 4.0.0 - *April 2018*

sqlite3secure/readme-precompiled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes
22

3-
April 8, 2018
3+
April 13, 2018
44

55
This archive with precompiled Windows DLLs for SQLite3 contains
66
experimental versions with enabled ICU support, in addition to the

0 commit comments

Comments
 (0)