Skip to content

Commit

Permalink
Preparation of release of wxSQLite3 version 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Jun 5, 2017
1 parent 3494a8b commit 6a11e0c
Show file tree
Hide file tree
Showing 11 changed files with 2,845 additions and 1,900 deletions.
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 = 3.5.3
PROJECT_NUMBER = 3.5.4

# 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 @@ -12,8 +12,8 @@

#define WXSQLITE3_MAJOR_VERSION 3
#define WXSQLITE3_MINOR_VERSION 5
#define WXSQLITE3_RELEASE_NUMBER 3
#define WXSQLITE3_RELEASE_NUMBER 4
#define WXSQLITE3_SUBRELEASE_NUMBER 0
#define WXSQLITE3_VERSION_STRING "wxSQLite3 3.5.3"
#define WXSQLITE3_VERSION_STRING "wxSQLite3 3.5.4"

#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>3.5.4</b> - <i>June 2017</i></dt>
<dd>
Upgrade to SQLite version 3.19.2<br>
</dd>
<dt><b>3.5.3</b> - <i>March 2017</i></dt>
<dd>
Upgrade to SQLite version 3.18.0<br>
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ tools operate in Unicode or UTF-8 mode.

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

* 3.5.4 - *June 2017*
- Upgrade to SQLite version 3.19.2
* 3.5.3 - *March 2017*
- Upgrade to SQLite version 3.18.0
- Minor modification to wxsqlite3.pc.in to fix issue with pkgconfig tool
Expand Down
2 changes: 1 addition & 1 deletion sqlite3/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains all SQLite3 version 3.18.0 files needed on
This directory contains all SQLite3 version 3.19.2 files needed on
Windows platforms.

For the version with encryption support (AES-128 or AES-256) the
Expand Down
1 change: 1 addition & 0 deletions sqlite3/secure/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ project "sqlite3lib"
defines {
"_LIB",
"THREADSAFE=1",
"SQLITE_ENABLE_EXPLAIN_COMMENTS",
"SQLITE_SOUNDEX",
"SQLITE_ENABLE_COLUMN_METADATA",
"SQLITE_HAS_CODEC",
Expand Down
Loading

0 comments on commit 6a11e0c

Please sign in to comment.