summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-01-24 14:58:20 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-01-28 15:35:06 +0200
commitf6ebd3375700f659fdf82254d65e5095c99e0159 (patch)
tree39677dc13c75bcc557be9ddf5e547256f5cd3c3c /util
parent1da1b900f41ae1fd39744667d7fa32bc6b2b10a4 (diff)
Bump version to 6.2.4
Change-Id: If50449d62b2a0dbdc01504b90ffb26fa2b8d992e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 43c2dac0ab..ca6e0e453a 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.3")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.2.4")\n')
except FileExistsError:
pass