File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Update Windows installer to use SQLite 3.45.2.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ set libraries=%libraries% bzip2-1.0.8
55
55
if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.4.4
56
56
if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-3.0.13
57
57
set libraries = %libraries% mpdecimal-2.5.1
58
- set libraries = %libraries% sqlite-3.45.1 .0
58
+ set libraries = %libraries% sqlite-3.45.2 .0
59
59
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.13.1
60
60
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.13.1
61
61
set libraries = %libraries% xz-5.2.5
Original file line number Diff line number Diff line change 68
68
<Import Project =" $(ExternalProps)" Condition =" $(ExternalProps) != '' and Exists('$(ExternalProps)')" />
69
69
70
70
<PropertyGroup >
71
- <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.45.1 .0\</sqlite3Dir >
71
+ <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.45.2 .0\</sqlite3Dir >
72
72
<bz2Dir Condition =" $(bz2Dir) == ''" >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
73
73
<lzmaDir Condition =" $(lzmaDir) == ''" >$(ExternalsDir)xz-5.2.5\</lzmaDir >
74
74
<libffiDir Condition =" $(libffiDir) == ''" >$(ExternalsDir)libffi-3.4.4\</libffiDir >
Original file line number Diff line number Diff line change 191
191
again when building.
192
192
193
193
_sqlite3
194
- Wraps SQLite 3.45.1 , which is itself built by sqlite3.vcxproj
194
+ Wraps SQLite 3.45.2 , which is itself built by sqlite3.vcxproj
195
195
Homepage:
196
196
https://www.sqlite.org/
197
197
_tkinter
You can’t perform that action at this time.
0 commit comments