summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-03-24 11:39:22 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-03-25 20:25:32 +0200
commit5a16e642f7073643a97f3f92fa46ab0d7731617e (patch)
treee3bd7c9a4b1150c1495d16749d13d40fc36cfd5c /util
parent1abf11b479f028ff9b3377929270afe5c41c792e (diff)
Bump version to 6.3.1
Change-Id: I86541faf74b256b3321e12accef1b65822f64608 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 1cba1a6935..873438091a 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4426,7 +4426,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.3.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.3.1")\n')
except FileExistsError:
pass