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.42.0.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
5454set libraries = %libraries% bzip2-1.0.8
5555if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.4.4
5656if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1t
57- set libraries = %libraries% sqlite-3.41.2 .0
57+ set libraries = %libraries% sqlite-3.42.0 .0
5858if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.13.0
5959if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.13.0
6060if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 6868 <Import Project =" $(ExternalProps)" Condition =" $(ExternalProps) != '' and Exists('$(ExternalProps)')" />
6969
7070 <PropertyGroup >
71- <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.41.2 .0\</sqlite3Dir >
71+ <sqlite3Dir Condition =" $(sqlite3Dir) == ''" >$(ExternalsDir)sqlite-3.42.0 .0\</sqlite3Dir >
7272 <bz2Dir Condition =" $(bz2Dir) == ''" >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
7373 <lzmaDir Condition =" $(lzmaDir) == ''" >$(ExternalsDir)xz-5.2.5\</lzmaDir >
7474 <libffiDir Condition =" $(libffiDir) == ''" >$(ExternalsDir)libffi-3.4.4\</libffiDir >
Original file line number Diff line number Diff line change 188188 again when building.
189189
190190_sqlite3
191- Wraps SQLite 3.41.2 , which is itself built by sqlite3.vcxproj
191+ Wraps SQLite 3.42.0 , which is itself built by sqlite3.vcxproj
192192 Homepage:
193193 https://www.sqlite.org/
194194_tkinter
You can’t perform that action at this time.
0 commit comments