diff options
| author | Akseli Salovaara <akseli.salovaara@qt.io> | 2025-05-21 10:24:02 +0300 |
|---|---|---|
| committer | Akseli Salovaara <akseli.salovaara@qt.io> | 2025-05-21 10:41:40 +0300 |
| commit | 5a0da0e97ca6e6515d1f3ebfdca008471fbf491c (patch) | |
| tree | a93f299c547cbf41e34f88306d956196188fde11 | |
| parent | 5e294396166a1703b97f29f7f3e12044db2a15b2 (diff) | |
Pin qt5#6.9.1 sha1 for the release and update version strings
Change-Id: Ia38bbf01eac868518cf704ab8db0135459520c40
Reviewed-by: Simo Fält <simo.falt@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..98005392a 100644 --- a/coin/dependencies.yaml +++ b/coin/dependencies.yaml @@ -1,6 +1,6 @@ product_dependency: ../../qt/qt5: - ref: "6.9" + ref: "cc4796d92538728a3c6d713a67e83488df306973" dependency_source: supermodule dependencies: [ "../../qt/qt3d", diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf index 462fa7234..429b676b5 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 "1") +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..43afd32dd 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 "1") +set(shiboken_PRE_RELEASE_VERSION_TYPE "") +set(shiboken_PRE_RELEASE_VERSION "") |
