diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-03-02 18:42:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-03-02 18:42:50 (GMT) |
commit | a663069b5cf9d53777454e31404de51c7651a010 (patch) | |
tree | c37fc38b80e2df8b6bbfd37f59b5d27043c5b80f /PCbuild | |
parent | 582538bde2c212ddc40a58764a1bd4eeb54255ab (diff) | |
download | cpython-a663069b5cf9d53777454e31404de51c7651a010.zip cpython-a663069b5cf9d53777454e31404de51c7651a010.tar.gz cpython-a663069b5cf9d53777454e31404de51c7651a010.tar.bz2 |
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
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 7b65961..5f40b15 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.8.1</sqlite3Dir> + <sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir> <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir> <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir> <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir> diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index d5c69a7..619f6a8 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -206,7 +206,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.8.1, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter |