summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-01-05 22:01:56 (GMT)
committerGitHub <noreply@github.com>2021-01-05 22:01:56 (GMT)
commitdd74c01d3bd2833f72ffe400a1d10b8583c0ba6a (patch)
tree3ad11a636346e36d42432491aa4962dac97f2ff0 /PCbuild/get_externals.bat
parentafb71443788a7b20f9104243b3d8d37e3d12cfe2 (diff)
downloadcpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.zip
cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.tar.gz
cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.tar.bz2
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r--PCbuild/get_externals.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 222efe2..213fa66 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ set libraries=
set libraries=%libraries% bzip2-1.0.6
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1i
-set libraries=%libraries% sqlite-3.33.0.0
+set libraries=%libraries% sqlite-3.34.0.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.10.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.10.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6