Adjust security patch version for Qt 6.7.1
This commit is contained in:
parent
63b5708bae
commit
7d32df88cb
|
|
@ -625,7 +625,7 @@ class WebEngineVersions:
|
|||
|
||||
## Qt 6.7
|
||||
utils.VersionNumber(6, 7): (_BASES[118], '122.0.6261.128'), # 2024-03-12
|
||||
utils.VersionNumber(6, 7, 1): (_BASES[118], '124.0.6367.78'), # (?) 2024-04-24
|
||||
utils.VersionNumber(6, 7, 1): (_BASES[118], '124.0.6367.202'), # ~2024-05-09
|
||||
}
|
||||
|
||||
def __post_init__(self) -> None:
|
||||
|
|
|
|||
Loading…
Reference in New Issue