]> granicus.if.org Git - python/commitdiff
Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0
authorZachary Ware <zachary.ware@gmail.com>
Tue, 1 Nov 2016 06:44:04 +0000 (01:44 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 1 Nov 2016 06:44:04 +0000 (01:44 -0500)
PC/VS9.0/pyproject.vsprops
PC/VS9.0/readme.txt

index 13d9b1c08be63f22a73492f2068da9b6d2ca2963..8b06f0c7dc15246529e4971f719157fc3a8b93ca 100644 (file)
@@ -74,7 +74,7 @@
        />\r
        <UserMacro\r
                Name="sqlite3Dir"\r
-               Value="$(externalsDir)\sqlite-3.6.21"\r
+               Value="$(externalsDir)\sqlite-3.8.11.0"\r
        />\r
        <UserMacro\r
                Name="bz2Dir"\r
index 21de0c025d6aed16a1233c833018e675b17721d8..10bfd99d4122ddc81e7ff3d83fc15a4f2d773637 100644 (file)
@@ -107,7 +107,7 @@ _bsddb
     Wraps Berkeley DB 4.7.25, which is currently built by _bsddb.vcproj.\r
     project.\r
 _sqlite3\r
-    Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj.\r
+    Wraps SQLite 3.8.11.0, which is currently built by sqlite3.vcproj.\r
 _tkinter\r
     Wraps the Tk windowing system.  Unlike _bsddb and _sqlite3, there's no\r
     corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's\r