File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Update Windows installer to SQLite 3.40.1.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
54
54
set libraries = %libraries% bzip2-1.0.8
55
55
if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.3.0
56
56
if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1t
57
- set libraries = %libraries% sqlite-3.39.4 .0
57
+ set libraries = %libraries% sqlite-3.40.1 .0
58
58
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.12.0
59
59
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.12.0
60
60
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 64
64
<Import Project =" $(ExternalProps)" Condition =" $(ExternalProps) != '' and Exists('$(ExternalProps)')" />
65
65
66
66
<PropertyGroup >
67
- <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.39.4 .0\</sqlite3Dir >
67
+ <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.40.1 .0\</sqlite3Dir >
68
68
<bz2Dir Condition =" $(bz2Dir) == ''" >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
69
69
<lzmaDir Condition =" $(lzmaDir) == ''" >$(ExternalsDir)xz-5.2.5\</lzmaDir >
70
70
<libffiDir Condition =" $(libffiDir) == ''" >$(ExternalsDir)libffi-3.3.0\</libffiDir >
Original file line number Diff line number Diff line change 186
186
again when building.
187
187
188
188
_sqlite3
189
- Wraps SQLite 3.39.4 , which is itself built by sqlite3.vcxproj
189
+ Wraps SQLite 3.40.1 , which is itself built by sqlite3.vcxproj
190
190
Homepage:
191
191
https://www.sqlite.org/
192
192
_tkinter
You can’t perform that action at this time.
0 commit comments