diff options
| author | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2025-02-21 20:09:27 +0100 |
|---|---|---|
| committer | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2025-02-22 20:40:33 +0100 |
| commit | bc06c7c61a4fe8fb695d581e43779fa5351febbf (patch) | |
| tree | 477ad897487ad03d86a7ecd1941e5a485897e888 /src/3rdparty/sqlite/update_sqlite.sh | |
| parent | 3b73bc463db1407096941239170040a2692ecdac (diff) | |
SQLite: Update SQLite to v3.49.1
[ChangeLog][Third-Party Code] Updated SQLite to v3.49.1
Pick-to: 5.15 6.5 6.8 6.9
Task-number: QTBUG-132862
Change-Id: I544a7e2435315469fc174e2b2bf8c9ddbcf78c06
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/3rdparty/sqlite/update_sqlite.sh')
| -rwxr-xr-x | src/3rdparty/sqlite/update_sqlite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/update_sqlite.sh b/src/3rdparty/sqlite/update_sqlite.sh index 6c0d823d38a..a940686c5e6 100755 --- a/src/3rdparty/sqlite/update_sqlite.sh +++ b/src/3rdparty/sqlite/update_sqlite.sh @@ -8,7 +8,7 @@ version_maj=3 version_min=49 -version_patch=0 +version_patch=1 year=2025 version=${version_maj}.${version_min}.${version_patch} |
