summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2024-01-23 08:23:07 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2024-01-23 08:23:36 +0200
commitb4518de62219a9c1a978eabb740a3a4b86f64038 (patch)
tree1cc767e2bb185f45888562347c8b3fa2fc35c446 /util
parenta619b6dd41639d6655f815be7746dbfe7376f56a (diff)
Bump version to 6.6.3
Change-Id: Ic34aabf5bdb34828902d1adfe7187f70e0a50085 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
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 59fe846535..4dcca8d142 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.2")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.6.3")\n')
except FileExistsError:
pass