summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-10-11 03:36:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-10-11 03:36:21 (GMT)
commit547d156c2c4517ca31f16f6b27cab286ccefcacf (patch)
tree5e643feff241fc0d718cd6f7e44800aa9ff2aec2 /PCbuild/python.props
parentc08bb6c63a780d5558200f2fbf8619f31114f378 (diff)
downloadcpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.zip
cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.tar.gz
cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.tar.bz2
Issue #28208: Update Windows build to use SQLite 3.14.2.0
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index fd7c4ad..dde94f7 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -42,7 +42,7 @@
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
- <sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir>
+ <sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
<opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>