Bump version to 6.8.4

Change-Id: I33b3e83d30a04d5a9bd2426a75023acdb040b1f9
Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
This commit is contained in:
Tarja Sundqvist
2025-04-29 21:08:00 +03:00
parent 39de93c369
commit c3c6b50acf
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if (NOT DEFINED QT_SUPERBUILD OR DEFINED QT_REPO_MODULE_VERSION)
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1")
endif()
set(QT_REPO_MODULE_VERSION "6.8.3")
set(QT_REPO_MODULE_VERSION "6.8.4")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_COPYRIGHT "Copyright (C) The Qt Company Ltd. and other contributors.")
+1 -1
View File
@@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.8.3")
set(QT_REPO_MODULE_VERSION "6.8.4")
+1 -1
View File
@@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.8.3")
set(QT_REPO_MODULE_VERSION "6.8.4")
@@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.8.3")
set(QT_REPO_MODULE_VERSION "6.8.4")
@@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.8.3")
set(QT_REPO_MODULE_VERSION "6.8.4")
@@ -3,7 +3,7 @@
** Copyright (C) 2024 Intel Corporation.
** SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
**
** Created by: The Resource Compiler for Qt version 6.8.3
** Created by: The Resource Compiler for Qt version 6.8.4
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
+1 -1
View File
@@ -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.8.3")\n')
file.write('set(QT_REPO_MODULE_VERSION "6.8.4")\n')
except FileExistsError:
pass