summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-08-02 09:30:22 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-08-02 12:11:11 +0200
commitf914048ceab8a782b58531750c598dcd86c3c5c3 (patch)
treedaf10264ff17a5e091355d0c921a37e970bf9f51 /util/cmake/pro2cmake.py
parent212954be8be92670e88c22b4b6698ebe5fa52677 (diff)
CMake: Bump project versions
Fixes: QTBUG-95454 Change-Id: I2467d3ae27b54424e59a7a4ab00d364eaec517d5 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'util/cmake/pro2cmake.py')
-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 82d7990df2..56efa48180 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4354,7 +4354,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.1.2")\n')
+ file.write('set(QT_REPO_MODULE_VERSION "6.2.0")\n')
except FileExistsError:
pass