summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2023-06-12 06:35:21 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2023-06-12 14:46:07 +0100
commit808a63e761b51c93c8427163a525b8f7e7bfaf16 (patch)
treea32ff19bebaee2c22b659e75a342edebc69e55db /util/cmake
parentfc9aae544beb7b0db70af85ee9855d28f4bb3671 (diff)
Bump version to 6.7.0
Change-Id: I69954ccc5cfb44e7bf02b8fcab18e9320e7e8748 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'util/cmake')
-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 e28d7c04eb..b196e907a9 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4666,7 +4666,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.6.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.7.0")\n')
except FileExistsError:
pass