Qt 6.10: Adjust security patch version

This commit is contained in:
Florian Bruhin 2025-07-21 13:47:39 +02:00 committed by Chad Kouse
parent fd52f63035
commit 9af53c0018
No known key found for this signature in database
GPG Key ID: 2BBC602A2578C7A2
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ class WebEngineVersions:
utils.VersionNumber(6, 9, 1): (_BASES[130], '136.0.7103.114'), # 2025-05-13
## Qt 6.10 (WIP)
utils.VersionNumber(6, 10): (_BASES[130], '136.0.7103.114'), # 2025-05-13
utils.VersionNumber(6, 10): (_BASES[130], '137.0.7151.68'), # 2025-05-30
}
def __post_init__(self) -> None: