summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-10 09:32:53 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-10 09:32:53 +0300
commit9ef816e13a63c1932f3464119796bdbb07c7e893 (patch)
tree8a0a59110330748dcd874edc89413c6999da8e18 /util/cmake/pro2cmake.py
parent6998ed4c96cfd56d2265e4e748b30a95a2f3d723 (diff)
Bump version
Diffstat (limited to 'util/cmake/pro2cmake.py')
-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