summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-09-23 18:14:49 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-09-23 18:44:50 +0300
commita6c34fed9057ca10aa322b402003aab705ac3edb (patch)
treef1fbf6bcdff78a821eddfbbb4dec539f93cfa46a
parent0006a401a4678292a3d11b9aec9111dc6c65abe1 (diff)
Bump version to 6.2.7
Change-Id: I1322ff472b514705b9e5ea7a0e707cbd928b93bb Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
-rw-r--r--.cmake.conf2
-rw-r--r--.qmake.conf2
-rw-r--r--src/plugins/sqldrivers/.cmake.conf2
-rw-r--r--tests/auto/cmake/mockplugins/.cmake.conf2
-rw-r--r--tests/auto/cmake/test_static_resources/.cmake.conf2
-rwxr-xr-xutil/cmake/pro2cmake.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 8d892e3b2e..ee5191b2a8 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.2.6")
+set(QT_REPO_MODULE_VERSION "6.2.7")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
# Minimum requirement for building Qt
diff --git a/.qmake.conf b/.qmake.conf
index 18c5f98f9a..fd2bfa6c11 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -6,4 +6,4 @@ DEFINES += QT_NO_JAVA_STYLE_ITERATORS
QT_SOURCE_TREE = $$PWD
QT_BUILD_TREE = $$shadowed($$PWD)
-MODULE_VERSION = 6.2.6
+MODULE_VERSION = 6.2.7
diff --git a/src/plugins/sqldrivers/.cmake.conf b/src/plugins/sqldrivers/.cmake.conf
index b9c40d1839..f6f7fed367 100644
--- a/src/plugins/sqldrivers/.cmake.conf
+++ b/src/plugins/sqldrivers/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.6")
+set(QT_REPO_MODULE_VERSION "6.2.7")
diff --git a/tests/auto/cmake/mockplugins/.cmake.conf b/tests/auto/cmake/mockplugins/.cmake.conf
index b9c40d1839..f6f7fed367 100644
--- a/tests/auto/cmake/mockplugins/.cmake.conf
+++ b/tests/auto/cmake/mockplugins/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.6")
+set(QT_REPO_MODULE_VERSION "6.2.7")
diff --git a/tests/auto/cmake/test_static_resources/.cmake.conf b/tests/auto/cmake/test_static_resources/.cmake.conf
index b9c40d1839..f6f7fed367 100644
--- a/tests/auto/cmake/test_static_resources/.cmake.conf
+++ b/tests/auto/cmake/test_static_resources/.cmake.conf
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.2.6")
+set(QT_REPO_MODULE_VERSION "6.2.7")
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 5d7bf07c26..88f5d82e44 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4423,7 +4423,7 @@ def create_top_level_cmake_conf():
conf_file_name = ".cmake.conf"
try:
with open(conf_file_name, "x") as file:
- file.write('set(QT_REPO_MODULE_VERSION "6.2.6")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.2.7")\n')
except FileExistsError:
pass