diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-03-02 18:42:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-03-02 18:42:50 (GMT) |
commit | 09257f7ced6a9ea9a14290aedbc3b8472ee85d49 (patch) | |
tree | dd961e2715d9e9a59c40a9a781e29c90b4f47325 /PCbuild/readme.txt | |
parent | 5e6faf7fed5a297633401e77445323cd313b4f4f (diff) | |
download | cpython-09257f7ced6a9ea9a14290aedbc3b8472ee85d49.zip cpython-09257f7ced6a9ea9a14290aedbc3b8472ee85d49.tar.gz cpython-09257f7ced6a9ea9a14290aedbc3b8472ee85d49.tar.bz2 |
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
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 d5c69a7..619f6a8 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -206,7 +206,7 @@ _ssl The ssl sub-project does not have the ability to clean the OpenSSL build; if you need to rebuild, you'll have to clean it by hand. _sqlite3 - Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter |