summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
diff options
context:
space:
mode:
authoranimalize <animalize@users.noreply.github.com>2019-06-24 23:22:14 (GMT)
committerSteve Dower <steve.dower@python.org>2019-06-24 23:22:14 (GMT)
commit7fd2ba354ec2304743ffd9ba620e07d113532264 (patch)
treeff805c765c90333e4ec1ded2d45ccd6b7f461695 /PCbuild/get_externals.bat
parent6793cce155f8875b10efd746cb0b34cb72263af7 (diff)
downloadcpython-7fd2ba354ec2304743ffd9ba620e07d113532264.zip
cpython-7fd2ba354ec2304743ffd9ba620e07d113532264.tar.gz
cpython-7fd2ba354ec2304743ffd9ba620e07d113532264.tar.bz2
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
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 1640769..04c71ac 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-3.3.0-rc0-r1
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1c
-set libraries=%libraries% sqlite-3.21.0.0
+set libraries=%libraries% sqlite-3.28.0.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6