summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-06-13 18:12:51 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-06-13 18:12:51 (GMT)
commitcc0f2b20c59a6cf5091c45b6140967d8a05856c9 (patch)
tree2cc9019303f2c03624a8e43889e160e32a5cdf2a /PCbuild/readme.txt
parenta4514c3009418a9f2d17b6d5a2685cc4dad37f5e (diff)
downloadcpython-cc0f2b20c59a6cf5091c45b6140967d8a05856c9.zip
cpython-cc0f2b20c59a6cf5091c45b6140967d8a05856c9.tar.gz
cpython-cc0f2b20c59a6cf5091c45b6140967d8a05856c9.tar.bz2
Switch to SQLite 3.5.9.
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 f56828d..d3c10e5 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -107,7 +107,7 @@ _bsddb
Wraps Berkeley DB 4.4.20, which is currently built by _bsddb44.vcproj.
project (see below).
_sqlite3
- Wraps SQLite 3.3.4, which is currently built by sqlite3.vcproj (see below).
+ Wraps SQLite 3.5.9, which is currently built by sqlite3.vcproj (see below).
_tkinter
Wraps the Tk windowing system. Unlike _bsddb and _sqlite3, there's no
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's