diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:36:21 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:36:21 (GMT) |
commit | 547d156c2c4517ca31f16f6b27cab286ccefcacf (patch) | |
tree | 5e643feff241fc0d718cd6f7e44800aa9ff2aec2 /PCbuild/get_externals.bat | |
parent | c08bb6c63a780d5558200f2fbf8619f31114f378 (diff) | |
download | cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.zip cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.tar.gz cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.tar.bz2 |
Issue #28208: Update Windows build to use SQLite 3.14.2.0
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index de85402..a5185be 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -55,7 +55,7 @@ set libraries= set libraries=%libraries% bzip2-1.0.6
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2j
-set libraries=%libraries% sqlite-3.14.1.0
+set libraries=%libraries% sqlite-3.14.2.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6
|