diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-06-13 18:21:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-06-13 18:21:45 (GMT) |
commit | 2061155dc61b055db29320445b6a5964e36cdec0 (patch) | |
tree | 3243a6d9484ca351b5033d0dcff1437dcabb8c70 /PCbuild/readme.txt | |
parent | 70ce8aae98e844feaf6a8db1b7f40ed507a0cd41 (diff) | |
download | cpython-2061155dc61b055db29320445b6a5964e36cdec0.zip cpython-2061155dc61b055db29320445b6a5964e36cdec0.tar.gz cpython-2061155dc61b055db29320445b6a5964e36cdec0.tar.bz2 |
Merged revisions 64243-64244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64243 | martin.v.loewis | 2008-06-13 20:12:51 +0200 (Fr, 13 Jun 2008) | 1 line
Switch to SQLite 3.5.9.
........
r64244 | martin.v.loewis | 2008-06-13 20:19:49 +0200 (Fr, 13 Jun 2008) | 1 line
Update AMD64 build for amalgamated sqlite.
........
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 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 |