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:42:29 +0200
commitc13b98d9bcf911540ac63ab3511754f8d6b97a3d (patch)
treeff520f36c8f086d5316f66dae03b255b8ed4e780 /util/cmake/pro2cmake.py
parente3f10a2760e6823df655549802bea39c251e5284 (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..a99ccbcc27 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.3.0")\n')
except FileExistsError:
pass