From 808a63e761b51c93c8427163a525b8f7e7bfaf16 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Mon, 12 Jun 2023 06:35:21 +0100 Subject: Bump version to 6.7.0 Change-Id: I69954ccc5cfb44e7bf02b8fcab18e9320e7e8748 Reviewed-by: Jani Heikkinen --- util/cmake/pro2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cmake/pro2cmake.py') diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index e28d7c04eb5..b196e907a9b 100755 --- a/util/cmake/pro2cmake.py +++ b/util/cmake/pro2cmake.py @@ -4666,7 +4666,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.6.0")\n') + file.write('set(QT_REPO_MODULE_VERSION "6.7.0")\n') except FileExistsError: pass -- cgit v1.2.3