diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-28 18:05:18 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-28 18:05:18 (GMT) |
commit | 54d361fd866e811944096e48f8b58595391050ed (patch) | |
tree | 814045c397084c5b44c6d511cefccb675189cd96 /PCbuild/readme.txt | |
parent | acd61b6e4092b316069a526930d8b3d43c1a14df (diff) | |
download | cpython-54d361fd866e811944096e48f8b58595391050ed.zip cpython-54d361fd866e811944096e48f8b58595391050ed.tar.gz cpython-54d361fd866e811944096e48f8b58595391050ed.tar.bz2 |
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 1c48458..74a79c1 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -214,7 +214,7 @@ _ssl The ssl sub-project does not have the ability to clean the OpenSSL
build; if you need to rebuild, you'll have to clean it by hand.
_sqlite3
- Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj
+ Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj
Homepage:
http://www.sqlite.org/
_tkinter
|