Skip to content

Commit db947a9

Browse files
committed
Prepare release of wxSQLite3 4.7.3
Upgrade to SQLite3 Multiple Ciphers version 1.3.3 (SQLite version 3.36.0)
1 parent 9c0ccfe commit db947a9

File tree

7 files changed

+4484
-3012
lines changed

7 files changed

+4484
-3012
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-2021 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.7.2], [ulrich@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.7.3], [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.7.2
41+
PROJECT_NUMBER = 4.7.3
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 7
17-
#define WXSQLITE3_RELEASE_NUMBER 2
17+
#define WXSQLITE3_RELEASE_NUMBER 3
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.7.2"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.7.3"
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.7.3</b> - <i>June 2021</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 1.3.3 (SQLite version 3.36.0)</i><br>
52+
53+
</dd>
4954
<dt><b>4.7.2</b> - <i>May 2021</i></dt>
5055
<dd>
5156
Upgrade to <i>SQLite3 Multiple Ciphers version 1.3.2 (SQLite version 3.35.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.7.3 - *June 2021*
52+
- Upgrade to SQLite3 Multiple Ciphers version 1.3.3 (SQLite version 3.36.0)
5153
* 4.7.2 - *May 2021*
5254
- Upgrade to SQLite3 Multiple Ciphers version 1.3.2 (SQLite version 3.35.5)
5355
* 4.7.1 - *April 2021*

0 commit comments

Comments
 (0)