version: Add security patch level for QtWebEngine 6.10 Beta 1

This commit is contained in:
Florian Bruhin 2025-06-24 20:42:03 +02:00
parent 5e565f4dc7
commit 81546c97ae
1 changed files with 3 additions and 0 deletions

View File

@ -652,6 +652,9 @@ class WebEngineVersions:
## Qt 6.9
utils.VersionNumber(6, 9): (_BASES[130], '133.0.6943.141'), # 2025-02-25
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
}
def __post_init__(self) -> None: