Skip to content

Commit 3e9dc95

Browse files
committed
Update sqlite3 to 3.14.2.0
It's the version we use on 3.x, and it's simpler to just use it than to also upload the old version to cpython-source-deps
1 parent 3d6896b commit 3e9dc95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PC/VS9.0/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
/>
7575
<UserMacro
7676
Name="sqlite3Dir"
77-
Value="$(externalsDir)\sqlite-3.8.11.0"
77+
Value="$(externalsDir)\sqlite-3.14.2.0"
7878
/>
7979
<UserMacro
8080
Name="bz2Dir"

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set libraries=
6060
set libraries=%libraries% bzip2-1.0.6
6161
if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0
6262
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2k
63-
set libraries=%libraries% sqlite-3.8.11.0
63+
set libraries=%libraries% sqlite-3.14.2.0
6464
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.15.0
6565
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.15.0
6666
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.5

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
3434
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
35-
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
35+
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
3636
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3737
<bsddbDir>$(ExternalsDir)bsddb-4.7.25.0</bsddbDir>
3838
<opensslDir>$(ExternalsDir)openssl-1.0.2k\</opensslDir>

0 commit comments

Comments
 (0)