diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-04-16 22:10:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 22:10:05 (GMT) |
commit | de0dc68b8263da4e3e69d517f303b9b08b36f142 (patch) | |
tree | f22974a32ad0c9743ee1d49ad183b083ee7ec825 /PCbuild/readme.txt | |
parent | 919784737c69e0f8e34d7d7a2e85b02628af6e66 (diff) | |
download | cpython-de0dc68b8263da4e3e69d517f303b9b08b36f142.zip cpython-de0dc68b8263da4e3e69d517f303b9b08b36f142.tar.gz cpython-de0dc68b8263da4e3e69d517f303b9b08b36f142.tar.bz2 |
gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)
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 1fdd8a4..f4dfe0e 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -191,7 +191,7 @@ _ssl again when building. _sqlite3 - Wraps SQLite 3.45.1, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.45.3, which is itself built by sqlite3.vcxproj Homepage: https://www.sqlite.org/ _tkinter |