diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-12-17 21:04:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-12-17 21:04:09 (GMT) |
commit | 0e74cacdffc51b47316269a280064f987eb74bb3 (patch) | |
tree | dbd3139dbb5656dd43d987b0d7b7231c56a8cc77 /PCbuild | |
parent | 2a1e3e67b38863a9f282aadcdb52fe2ed87ef4ca (diff) | |
download | cpython-0e74cacdffc51b47316269a280064f987eb74bb3.zip cpython-0e74cacdffc51b47316269a280064f987eb74bb3.tar.gz cpython-0e74cacdffc51b47316269a280064f987eb74bb3.tar.bz2 |
Upgrade to sqlite3 3.7.4.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index 52cef12..2ec9fdd 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -50,7 +50,7 @@ /> <UserMacro Name="sqlite3Dir" - Value="$(externalsDir)\sqlite-3.6.21" + Value="$(externalsDir)\sqlite-3.7.4" /> <UserMacro Name="bz2Dir" diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 48ff8eb..dbe031f 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -104,7 +104,7 @@ winsound Python-controlled subprojects that wrap external projects: _sqlite3 - Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj (see below). + Wraps SQLite 3.7.4, which is currently built by sqlite3.vcproj (see below). _tkinter Wraps the Tk windowing system. Unlike _sqlite3, there's no corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's |