summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-02-10 21:23:00 (GMT)
committerGitHub <noreply@github.com>2023-02-10 21:23:00 (GMT)
commit207fa11febbe0438d9c12be5353003d3c19f60c3 (patch)
treeb2e9509ace07a6050ceb516fc0e7d3028723a53a /PCbuild
parenta565cd5b10bcb676dfb623a1a209be76e7fbecf3 (diff)
downloadcpython-207fa11febbe0438d9c12be5353003d3c19f60c3.zip
cpython-207fa11febbe0438d9c12be5353003d3c19f60c3.tar.gz
cpython-207fa11febbe0438d9c12be5353003d3c19f60c3.tar.bz2
[3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101792)
(cherry picked from commit 5d15224011217487e1a174c144af0e5f5826c17c)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/python.props2
-rw-r--r--PCbuild/readme.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index f700b95..aee6471 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ set libraries=
set libraries=%libraries% bzip2-1.0.8
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.3.0
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1t
-set libraries=%libraries% sqlite-3.39.4.0
+set libraries=%libraries% sqlite-3.40.1.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 98dbf74..c93f252 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -64,7 +64,7 @@
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
<PropertyGroup>
- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.39.4.0\</sqlite3Dir>
+ <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.40.1.0\</sqlite3Dir>
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir>
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.3.0\</libffiDir>
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index d39a070..3dcd5bb 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -186,7 +186,7 @@ _ssl
again when building.
_sqlite3
- Wraps SQLite 3.39.4, which is itself built by sqlite3.vcxproj
+ Wraps SQLite 3.40.1, which is itself built by sqlite3.vcxproj
Homepage:
https://www.sqlite.org/
_tkinter