summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-11-22 17:36:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-11-22 17:36:28 (GMT)
commitbc2f0ba6b8373eeac240fd892789d9fa34b02f99 (patch)
tree9f76ee129b509aacaecf65dad628f7ec71433c77 /PCbuild/readme.txt
parent175e7257b13a6459d971b186fb81cfa426868a97 (diff)
downloadcpython-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.txt2
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