summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-11-01 13:53:51 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-11-02 07:43:09 +0200
commit52ad1c0c8143a4273c007ed25ae8eddaa7a9abe6 (patch)
treee75c61b2d476fc4cf7209e69e28490bf54382495 /util
parent3ae56570bf6272709a96c8740ff22eca2d8f83e9 (diff)
Bump version to 6.2.2
Change-Id: Ic14ce91b21948d1c6051a5476f74e0a8bbbf9080 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 26668a6cc9..6fa454d18e 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.1")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.2.2")\n')
except FileExistsError:
pass