summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-10-04 13:46:21 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-10-04 19:37:12 +0300
commit6219662bc8f250cf50785d1b4b2a97b552fc98e9 (patch)
treeff20e57305fa2d00e3fec3771f190fbba64a7eea /util
parent8f984c5ee624cb0b6f1b9fdfec8c1f8da8a443ca (diff)
Bump version to 6.2.1
Change-Id: Id00b56284fcf15350d5e9f41b22e7259afbe27a3 Reviewed-by: Edward Welbourne <edward.welbourne@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 7256e3bba6..26668a6cc9 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4423,7 +4423,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.2.0")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.2.1")\n')
except FileExistsError:
pass