Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e74cac

Browse files
committed
Upgrade to sqlite3 3.7.4.
1 parent 2a1e3e6 commit 0e74cac

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Tools/Demos
7979
Build
8080
-----
8181

82-
- The Windows build now uses Tcl/Tk 8.5.9.
82+
- The Windows build now uses Tcl/Tk 8.5.9 and sqlite3 3.7.4.
8383

8484

8585
What's New in Python 3.2 Beta 1?

PCbuild/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/>
5151
<UserMacro
5252
Name="sqlite3Dir"
53-
Value="$(externalsDir)\sqlite-3.6.21"
53+
Value="$(externalsDir)\sqlite-3.7.4"
5454
/>
5555
<UserMacro
5656
Name="bz2Dir"

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ winsound
104104

105105
Python-controlled subprojects that wrap external projects:
106106
_sqlite3
107-
Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj (see below).
107+
Wraps SQLite 3.7.4, which is currently built by sqlite3.vcproj (see below).
108108
_tkinter
109109
Wraps the Tk windowing system. Unlike _sqlite3, there's no
110110
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's

Tools/buildbot/external-common.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd ..
1515
@rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
1616
@rem if exist db-4.4.20 rd /s/q db-4.4.20
1717
@rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
18-
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
18+
@rem if exist sqlite-3.7.4 rd /s/q sqlite-3.7.4
1919

2020
@rem bzip
2121
if not exist bzip2-1.0.5 (
@@ -37,7 +37,7 @@ if not exist tcl-8.5.9.0 (
3737
if not exist tk-8.5.9.0 svn export http://svn.python.org/projects/external/tk-8.5.9.0
3838

3939
@rem sqlite3
40-
if not exist sqlite-3.6.21 (
41-
rd /s/q sqlite-source-3.3.4
42-
svn export http://svn.python.org/projects/external/sqlite-3.6.21
40+
if not exist sqlite-3.7.4 (
41+
rd /s/q sqlite-source-3.6.21
42+
svn export http://svn.python.org/projects/external/sqlite-3.7.4
4343
)

0 commit comments

Comments
 (0)