From 31af650ee25f65794b75d4dfefed6fe4758781c1 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Mon, 6 Nov 2017 19:31:53 -0800 Subject: bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) --- PCbuild/python.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PCbuild/python.props') diff --git a/PCbuild/python.props b/PCbuild/python.props index a826bbf283..39b7b8a6b6 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -44,7 +44,7 @@ $([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`)) - $(ExternalsDir)sqlite-3.14.2.0\ + $(ExternalsDir)sqlite-3.21.0.0\ $(ExternalsDir)bzip2-1.0.6\ $(ExternalsDir)xz-5.2.2\ $(ExternalsDir)openssl-1.1.0f\ -- cgit v1.2.1