summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-06-06 12:55:22 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2022-06-06 13:23:59 +0300
commit0cbb471b1bb3e9bc37de672618f38ae23220344e (patch)
tree011c98ae3d46df21329a9517e24eddf380559fc1 /util
parentc450285c415f6b3ee528cbb3df35dedce157ffff (diff)
Bump version to 6.5.0
Change-Id: I83a4f915a914bdc18f6706bb902f3e3b13da074f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
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 cfbcc10c55..f8d83a9539 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.4.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.5.0")\n')
except FileExistsError:
pass