Upgrade to sqlite3 3.7.4.

This commit is contained in:
Martin v. Löwis 2010-12-17 21:04:09 +00:00
parent 2a1e3e67b3
commit 0e74cacdff
4 changed files with 7 additions and 7 deletions

View file

@ -50,7 +50,7 @@
/>
<UserMacro
Name="sqlite3Dir"
Value="$(externalsDir)\sqlite-3.6.21"
Value="$(externalsDir)\sqlite-3.7.4"
/>
<UserMacro
Name="bz2Dir"

View file

@ -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