summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-09 11:58:53 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-09 11:58:53 +0300
commitd62daf196dba525b4454bff52c777663ade88035 (patch)
tree9bb46eecae29c313a3479c1b7ca683b38f80325c /util
parent915dd3166ad38884dd57c1e439611201d924dc4c (diff)
Bump version
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 413f1f44bc..454dda2535 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4353,7 +4353,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.1.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.1.2")\n')
except FileExistsError:
pass