aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-06-14 08:48:04 +0300
committerSimo Fält <simo.falt@qt.io>2022-06-14 09:37:24 +0300
commit7a1ab102e492463e133b80554f86bc1b09e8feb7 (patch)
tree696a5e1c3a30536682d631dbebcf1d4ffd7a9edc
parent4ecdd2db33a9e275c269bc9219579428d72d6d3e (diff)
Pin Qt6.3.1 sha1 and fix version for releasev6.3.16.3.1
Change-Id: I6206618ae06dbd31dd160ac8b104aa5b1a19c4fa 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..cfa40d129 100644
--- a/coin/dependencies.yaml
+++ b/coin/dependencies.yaml
@@ -1,6 +1,6 @@
product_dependency:
../../qt/qt5:
- ref: "6.3"
+ ref: "c3d2dfa229f87374fc5919b5c44606445cf94bd8"
dependency_source: supermodule
dependencies: [
"../../qt/qt3d",
diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf
index 89a63945e..9d644c7e4 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 "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 50aaeef12..4b57580bf 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 "1")
+set(shiboken_PRE_RELEASE_VERSION_TYPE "")
+set(shiboken_PRE_RELEASE_VERSION "")