Skip to content

Commit

Permalink
Prepare release of wxSQLite3 4.7.6
Browse files Browse the repository at this point in the history
- Update to SQLite3 Multiple Ciphers 1.3.7 (based on SQLite 3.37.2)
  • Loading branch information
utelle committed Jan 10, 2022
1 parent 28b082d commit 8ec9114
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 54 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2021 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin
dnl
dnl This file is covered by the same licence as the entire wxSQLite3 package.

AC_INIT([wxsqlite3], [4.7.5], [ulrich@telle-online.de])
AC_INIT([wxsqlite3], [4.7.6], [ulrich@telle-online.de])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = wxSQLite3
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.7.5
PROJECT_NUMBER = 4.7.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
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 7
#define WXSQLITE3_RELEASE_NUMBER 5
#define WXSQLITE3_RELEASE_NUMBER 6
#define WXSQLITE3_SUBRELEASE_NUMBER 0
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.7.5"
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.7.6"

#endif // WXSQLITE3_VERSION_H_
5 changes: 5 additions & 0 deletions include/wx/wxsqlite3def.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<dl>
<dt><b>4.7.6</b> - <i>January 2022</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.3.7 (SQLite version 3.37.2)</i><br>
</dd>
<dt><b>4.7.5</b> - <i>November 2021</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.3.5 (SQLite version 3.37.0)</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.7.6 - *January 2022*
- Upgrade to SQLite3 Multiple Ciphers version 1.3.7 (SQLite version 3.37.2)
* 4.7.5 - *November 2021*
- Upgrade to SQLite3 Multiple Ciphers version 1.3.5 (SQLite version 3.37.0)
- Added build support for Visual C++ 2022
Expand Down
Loading

0 comments on commit 8ec9114

Please sign in to comment.