diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-04-27 19:57:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 19:57:05 (GMT) |
commit | 5cadcec5ecf6f95cc771e509ad98c3e3533b32bb (patch) | |
tree | 29b0ec3d06de5edfdb82aba8fb508b80f5ec3b3a /PCbuild/readme.txt | |
parent | c9767e564b702e1f867516d14c72e339e78d5e7c (diff) | |
download | cpython-5cadcec5ecf6f95cc771e509ad98c3e3533b32bb.zip cpython-5cadcec5ecf6f95cc771e509ad98c3e3533b32bb.tar.gz cpython-5cadcec5ecf6f95cc771e509ad98c3e3533b32bb.tar.bz2 |
[3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
(cherry picked from commit bf0c7c0147b73738cac63eb27ef48430284ff121)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 3acd99a..689fb8d 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -185,7 +185,7 @@ _ssl again when building. _sqlite3 - Wraps SQLite 3.34.0, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.35.5, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter |