[Python-checkins] cpython (2.7): Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0

zach.ware python-checkins at python.org
Tue Nov 1 02:44:47 EDT 2016


https://hg.python.org/cpython/rev/8f9c54a75c3d
changeset:   104866:8f9c54a75c3d
branch:      2.7
parent:      104855:33ad26897e30
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Nov 01 01:44:04 2016 -0500
summary:
  Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0

files:
  PC/VS9.0/pyproject.vsprops |  2 +-
  PC/VS9.0/readme.txt        |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
--- a/PC/VS9.0/pyproject.vsprops
+++ b/PC/VS9.0/pyproject.vsprops
@@ -74,7 +74,7 @@
 	/>
 	<UserMacro
 		Name="sqlite3Dir"
-		Value="$(externalsDir)\sqlite-3.6.21"
+		Value="$(externalsDir)\sqlite-3.8.11.0"
 	/>
 	<UserMacro
 		Name="bz2Dir"
diff --git a/PC/VS9.0/readme.txt b/PC/VS9.0/readme.txt
--- a/PC/VS9.0/readme.txt
+++ b/PC/VS9.0/readme.txt
@@ -107,7 +107,7 @@
     Wraps Berkeley DB 4.7.25, which is currently built by _bsddb.vcproj.
     project.
 _sqlite3
-    Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj.
+    Wraps SQLite 3.8.11.0, which is currently built by sqlite3.vcproj.
 _tkinter
     Wraps the Tk windowing system.  Unlike _bsddb and _sqlite3, there's no
     corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list