diff options
| author | Jani Heikkinen <jani.heikkinen@qt.io> | 2024-12-10 07:08:39 +0000 |
|---|---|---|
| committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2024-12-13 14:54:23 +0000 |
| commit | 5b805f54c22636ce0fb631f724cb8ff87b905ca4 (patch) | |
| tree | 090a8be64a715706d5c51589fe3a013405dc125d /util/cmake/pro2cmake.py | |
| parent | 083ebfa1a5cb16b0b62ae5b5855a602b2f9ba818 (diff) | |
Bump version to 6.10.0
Change-Id: Iad7b22da970e4e95816aaa0643206ecf502e23af
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
Diffstat (limited to 'util/cmake/pro2cmake.py')
| -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 39ed8fa634d..4d6ca50d670 100755 --- a/util/cmake/pro2cmake.py +++ b/util/cmake/pro2cmake.py @@ -4658,7 +4658,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.9.0")\n') + file.write('set(QT_REPO_MODULE_VERSION "6.10.0")\n') except FileExistsError: pass |
