diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-03-02 12:25:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 12:25:10 (GMT) |
commit | 1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e (patch) | |
tree | c02ebea8772fe2a07d97af42635d185740c8ccc0 /PCbuild/readme.txt | |
parent | 211055176157545ce98e6c02b09d624719e6dd30 (diff) | |
download | cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.zip cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.tar.gz cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.tar.bz2 |
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Automerge-Triggered-By: @zooba
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 90aac3a..5fe3e8c 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -184,7 +184,7 @@ _ssl again when building. _sqlite3 - Wraps SQLite 3.28.0.0, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.31.1.0, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter |