aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-03-02 13:16:29 +0200
committerSimo Fält <simo.falt@qt.io>2022-03-15 08:46:40 +0200
commitbcfc99bb85a2d11d082a9fccef3fac26902f0636 (patch)
treef082cf651e6b4b645dc84db557858edd31ad62b6
parent6983518e808bee94233f10ce027260e1a2316113 (diff)
Cleanup version strings for 6.2.4 release
Change-Id: Iabd69f5804ede663abb93de0e82ff47d9ade5eb0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--sources/pyside6/.cmake.conf6
-rw-r--r--sources/shiboken6/.cmake.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf
index 42a7faf65..7f275475b 100644
--- a/sources/pyside6/.cmake.conf
+++ b/sources/pyside6/.cmake.conf
@@ -1,5 +1,5 @@
set(pyside_MAJOR_VERSION "6")
set(pyside_MINOR_VERSION "2")
-set(pyside_MICRO_VERSION "0")
-set(pyside_PRE_RELEASE_VERSION_TYPE "a")
-set(pyside_PRE_RELEASE_VERSION "1")
+set(pyside_MICRO_VERSION "4")
+set(pyside_PRE_RELEASE_VERSION_TYPE "")
+set(pyside_PRE_RELEASE_VERSION "")
diff --git a/sources/shiboken6/.cmake.conf b/sources/shiboken6/.cmake.conf
index 696c52e29..2e352cdd9 100644
--- a/sources/shiboken6/.cmake.conf
+++ b/sources/shiboken6/.cmake.conf
@@ -1,5 +1,5 @@
set(shiboken_MAJOR_VERSION "6")
set(shiboken_MINOR_VERSION "2")
-set(shiboken_MICRO_VERSION "0")
-set(shiboken_PRE_RELEASE_VERSION_TYPE "a")
-set(shiboken_PRE_RELEASE_VERSION "1")
+set(shiboken_MICRO_VERSION "4")
+set(shiboken_PRE_RELEASE_VERSION_TYPE "")
+set(shiboken_PRE_RELEASE_VERSION "")