diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-11-22 17:36:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-11-22 17:36:28 (GMT) |
commit | bc2f0ba6b8373eeac240fd892789d9fa34b02f99 (patch) | |
tree | 9f76ee129b509aacaecf65dad628f7ec71433c77 /PCbuild/readme.txt | |
parent | 175e7257b13a6459d971b186fb81cfa426868a97 (diff) | |
download | cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.zip cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.tar.gz cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.tar.bz2 |
Update SQLite to 3.8.1 on Windows.
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 3012971..e7e0962 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -207,7 +207,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.7.12, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter |