summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-12-14 07:29:56 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-12-14 20:19:01 +0200
commitd238833a053c07cbc33d47c778b1485cffd4b1ec (patch)
tree46af81be4269480ea8e2ad5ecbfeec28eb9996d4 /util/cmake
parentca64365e3a7245f6ef0f8f6962db3c1b85421cef (diff)
Bump version to 6.6.0
Change-Id: I957e8a980542f16d3a3b493b41406bbeb884c2dc 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 086a70146e..487a57abd6 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.5.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.6.0")\n')
except FileExistsError:
pass