Skip to content

Commit e79d1ef

Browse files
committed
Preparation of release of wxSQLite3 3.5.2
Added SHA3 extension to SQLite3 encryption extension
1 parent d1ff73d commit e79d1ef

15 files changed

+882
-154
lines changed

build/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ endif
109109

110110
clean:
111111
ifeq ($(wxMonolithic),1)
112-
@${MAKE} --no-print-directory -C . -f wxsqlite3.make clean
113-
@${MAKE} --no-print-directory -C . -f minimal.make clean
114-
@${MAKE} --no-print-directory -C . -f treeview.make clean
115-
else
116112
@${MAKE} --no-print-directory -C . -f wxsqlite3_mono.make clean
117113
@${MAKE} --no-print-directory -C . -f minimal_mono.make clean
118114
@${MAKE} --no-print-directory -C . -f treeview_mono.make clean
115+
else
116+
@${MAKE} --no-print-directory -C . -f wxsqlite3.make clean
117+
@${MAKE} --no-print-directory -C . -f minimal.make clean
118+
@${MAKE} --no-print-directory -C . -f treeview.make clean
119119
endif
120120

121121
help:

build/wxsqlite3.make

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

build/wxsqlite3_mono.make

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

build/wxsqlite3_vc10_wxsqlite3.vcxproj

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

build/wxsqlite3_vc11_wxsqlite3.vcxproj

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

build/wxsqlite3_vc12_wxsqlite3.vcxproj

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

build/wxsqlite3_vc14_wxsqlite3.vcxproj

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

build/wxsqlite3_vc15_wxsqlite3.vcxproj

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

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 = 3.5.1
41+
PROJECT_NUMBER = 3.5.2
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/wxsqlite3def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
4747
<dl>
4848
49-
<dt><b>3.5.2</b> - <i>February 2017</i></dt>
49+
<dt><b>3.5.2</b> - <i>March 2017</i></dt>
5050
<dd>
5151
Upgrade to SQLite version 3.17.0<br>
5252
Fixed minor issue in SQLite encryption extension related to symbol SQLITE_DEBUG<br>

0 commit comments

Comments
 (0)