diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-24 23:43:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 23:43:31 (GMT) |
commit | dad8f79cfd83b824decb15eac4c0d5723edd4bf1 (patch) | |
tree | 75174087b5e3fb3d523316bdecb2f0e7e9fb3129 /PCbuild/readme.txt | |
parent | 7268fd0d212e870103ae052697b32ba54d3f6299 (diff) | |
download | cpython-dad8f79cfd83b824decb15eac4c0d5723edd4bf1.zip cpython-dad8f79cfd83b824decb15eac4c0d5723edd4bf1.tar.gz cpython-dad8f79cfd83b824decb15eac4c0d5723edd4bf1.tar.bz2 |
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
(cherry picked from commit 7fd2ba354ec2304743ffd9ba620e07d113532264)
Co-authored-by: animalize <animalize@users.noreply.github.com>
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 3348156..80e3359 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -184,7 +184,7 @@ _ssl again when building. _sqlite3 - Wraps SQLite 3.21.0.0, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.28.0.0, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter |