diff options
| author | Simo Fält <simo.falt@qt.io> | 2025-08-08 11:00:18 +0300 |
|---|---|---|
| committer | Simo Fält <simo.falt@qt.io> | 2025-08-08 16:14:22 +0300 |
| commit | eeb73e3a28e445d55a21cfe69d7cae4de4980c5f (patch) | |
| tree | d698299ed871c53f4cc4edfb0a16a896f011e480 | |
| parent | 9c3d594ab6d6e26b7c8f9469493dd7e07503f510 (diff) | |
Update version numbers for and qt5 branch for 6.9.2 release
Change-Id: I75baec548fb0cce747c7a5dac738abc167e07199
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
| -rw-r--r-- | coin/dependencies.yaml | 2 | ||||
| -rw-r--r-- | sources/pyside6/.cmake.conf | 6 | ||||
| -rw-r--r-- | sources/shiboken6/.cmake.conf | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml index 5a65a19f3..521608adf 100644 --- a/coin/dependencies.yaml +++ b/coin/dependencies.yaml @@ -1,6 +1,6 @@ product_dependency: ../../qt/qt5: - ref: "6.9" + ref: "6.9.2" dependency_source: supermodule dependencies: [ "../../qt/qt3d", diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf index 462fa7234..f1458e935 100644 --- a/sources/pyside6/.cmake.conf +++ b/sources/pyside6/.cmake.conf @@ -1,5 +1,5 @@ set(pyside_MAJOR_VERSION "6") set(pyside_MINOR_VERSION "9") -set(pyside_MICRO_VERSION "0") -set(pyside_PRE_RELEASE_VERSION_TYPE "a") -set(pyside_PRE_RELEASE_VERSION "1") +set(pyside_MICRO_VERSION "2") +set(pyside_PRE_RELEASE_VERSION_TYPE "") +set(pyside_PRE_RELEASE_VERSION "") diff --git a/sources/shiboken6/.cmake.conf b/sources/shiboken6/.cmake.conf index f0e1e6e44..248b66f5f 100644 --- a/sources/shiboken6/.cmake.conf +++ b/sources/shiboken6/.cmake.conf @@ -1,5 +1,5 @@ set(shiboken_MAJOR_VERSION "6") set(shiboken_MINOR_VERSION "9") -set(shiboken_MICRO_VERSION "0") -set(shiboken_PRE_RELEASE_VERSION_TYPE "a") -set(shiboken_PRE_RELEASE_VERSION "1") +set(shiboken_MICRO_VERSION "2") +set(shiboken_PRE_RELEASE_VERSION_TYPE "") +set(shiboken_PRE_RELEASE_VERSION "") |
