Skip to content

Commit 1c06da0

Browse files
committed
Prepare release of wxSQLite3 4.6.8
Upgrade to SQLite3 Multiple Ciphers version 1.2.3 (SQLite version 3.35.3)
1 parent 0cc239d commit 1c06da0

File tree

7 files changed

+149
-102
lines changed

7 files changed

+149
-102
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-2020 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.6.7], [ulrich@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.6.8], [ulrich@telle-online.de])
88

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

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = wxSQLite3
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.6.7
41+
PROJECT_NUMBER = 4.6.8
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

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 6
17-
#define WXSQLITE3_RELEASE_NUMBER 7
17+
#define WXSQLITE3_RELEASE_NUMBER 8
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.6.7"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.6.8"
2020

2121
#endif // WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
4747
<dl>
4848
49+
<dt><b>4.6.8</b> - <i>March 2021</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 1.2.3 (SQLite version 3.35.3)</i><br>
52+
53+
</dd>
4954
<dt><b>4.6.7</b> - <i>March 2021</i></dt>
5055
<dd>
5156
Upgrade to <i>SQLite3 Multiple Ciphers version 1.2.2 (SQLite version 3.35.2)</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.6.8 - *March 2021*
52+
- Upgrade to SQLite3 Multiple Ciphers version 1.2.3 (SQLite version 3.35.3)
5153
* 4.6.7 - *March 2021*
5254
- Upgrade to SQLite3 Multiple Ciphers version 1.2.2 (SQLite version 3.35.2)
5355
* 4.6.6 - *March 2021*

0 commit comments

Comments
 (0)