diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-11-22 17:36:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-11-22 17:36:28 (GMT) |
commit | bc2f0ba6b8373eeac240fd892789d9fa34b02f99 (patch) | |
tree | 9f76ee129b509aacaecf65dad628f7ec71433c77 /PCbuild | |
parent | 175e7257b13a6459d971b186fb81cfa426868a97 (diff) | |
download | cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.zip cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.tar.gz cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.tar.bz2 |
Update SQLite to 3.8.1 on Windows.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.props | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 7c8e053..ebce448 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -17,7 +17,7 @@ <PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe> <KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe> <externalsDir>..\..</externalsDir> - <sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir> + <sqlite3Dir>$(externalsDir)\sqlite-3.8.1</sqlite3Dir> <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir> <lzmaDir>$(externalsDir)\xz-5.0.3</lzmaDir> <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir> 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 |