diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:36:21 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:36:21 (GMT) |
commit | 547d156c2c4517ca31f16f6b27cab286ccefcacf (patch) | |
tree | 5e643feff241fc0d718cd6f7e44800aa9ff2aec2 /PCbuild/readme.txt | |
parent | c08bb6c63a780d5558200f2fbf8619f31114f378 (diff) | |
download | cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.zip cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.tar.gz cpython-547d156c2c4517ca31f16f6b27cab286ccefcacf.tar.bz2 |
Issue #28208: Update Windows build to use SQLite 3.14.2.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 b6372c2..c04ba4e 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -204,7 +204,7 @@ _ssl functionality to _ssl or _hashlib. They will not clean up their output
with the normal Clean target; CleanAll should be used instead.
_sqlite3
- Wraps SQLite 3.14.1.0, which is itself built by sqlite3.vcxproj
+ Wraps SQLite 3.14.2.0, which is itself built by sqlite3.vcxproj
Homepage:
http://www.sqlite.org/
_tkinter
|