Qt 6.10: Adjust security patch version

This commit is contained in:
Florian Bruhin 2025-07-21 13:47:39 +02:00
parent d80d80b867
commit 6b3b83981a
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: