summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2023-12-11 13:35:10 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2023-12-11 17:35:40 +0200
commit466301978fd862ddb9ffb7e5d64e33149be0b0ea (patch)
treefdb233fe11bb31c89aa329978404d0cdfb83302d /util/cmake
parenta81395f2c604c84cd0e6f18165c766419f26b7ba (diff)
Bump version to 6.8.0
Change-Id: I407e6fd7a766450bb6fe00da7f6ebbd49496e5cd 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 b196e907a9..0ef35410ce 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.7.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.8.0")\n')
except FileExistsError:
pass