diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-08-02 09:30:22 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-08-02 12:42:29 +0200 |
commit | c13b98d9bcf911540ac63ab3511754f8d6b97a3d (patch) | |
tree | ff520f36c8f086d5316f66dae03b255b8ed4e780 /util/cmake | |
parent | e3f10a2760e6823df655549802bea39c251e5284 (diff) | |
download | qtbase-c13b98d9bcf911540ac63ab3511754f8d6b97a3d.tar.gz |
CMake: Bump project versions
Fixes: QTBUG-95454
Change-Id: I2467d3ae27b54424e59a7a4ab00d364eaec517d5
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'util/cmake')
-rwxr-xr-x | util/cmake/pro2cmake.py | 2 |
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 |