aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-09-08 10:38:18 +0300
committerSimo Fält <simo.falt@qt.io>2022-09-08 12:59:38 +0300
commit40049270afc22d0cbeaf759147bbd3f04daa1d58 (patch)
tree73e0fcfe96092482952697f6b08234dacbf7093d
parent96ee8e0b23e14e3655755f1ac7de7ac3b994ae66 (diff)
Pin Qt6.3.2 sha1 and fix version for releasev6.3.26.3.2
Change-Id: Icf8dbe2b8bfd57cdc57715207bcd01a3f7bd5cf6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--coin/dependencies.yaml2
-rw-r--r--sources/pyside6/.cmake.conf6
-rw-r--r--sources/shiboken6/.cmake.conf6
3 files changed, 7 insertions, 7 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml
index 3597425fb..aba84c0bf 100644
--- a/coin/dependencies.yaml
+++ b/coin/dependencies.yaml
@@ -1,6 +1,6 @@
product_dependency:
../../qt/qt5:
- ref: "6.3"
+ ref: "316776cd0e6022aca0b77b4259ef5f784b1c894e"
dependency_source: supermodule
dependencies: [
"../../qt/qt3d",
diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf
index 89a63945e..eb20c2451 100644
--- a/sources/pyside6/.cmake.conf
+++ b/sources/pyside6/.cmake.conf
@@ -1,5 +1,5 @@
set(pyside_MAJOR_VERSION "6")
set(pyside_MINOR_VERSION "3")
-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 50aaeef12..0e3e32e20 100644
--- a/sources/shiboken6/.cmake.conf
+++ b/sources/shiboken6/.cmake.conf
@@ -1,5 +1,5 @@
set(shiboken_MAJOR_VERSION "6")
set(shiboken_MINOR_VERSION "3")
-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 "")