summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-09 12:20:45 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-09 12:20:45 +0300
commitd06c4fbe55bc091137acf83b31682dcffa206a40 (patch)
tree4128bbc29917933fa797e21f56ac5e755a4e3d28 /util
parent03650696a1fb727a337865d43f068ddc7723a893 (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 f6ea5a1ccd..82d7990df2 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4354,7 +4354,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