Update security patch version for Qt 6.10 release

This commit is contained in:
Florian Bruhin 2025-10-10 18:45:40 +02:00
parent e300327eea
commit 6b48ae4084
1 changed files with 2 additions and 2 deletions

View File

@ -655,8 +655,8 @@ class WebEngineVersions:
utils.VersionNumber(6, 9, 1): (_BASES[130], '136.0.7103.114'), # 2025-05-13
utils.VersionNumber(6, 9, 2): (_BASES[130], '139.0.7258.67'), # 2025-07-29
## Qt 6.10 (WIP, RC)
utils.VersionNumber(6, 10): (_BASES[134], '140.0.7339.133'), # 2025-09-09
## Qt 6.10
utils.VersionNumber(6, 10): (_BASES[134], '140.0.7339.207'), # 2025-09-22
}
def __post_init__(self) -> None: