Bump version to 6.11.0

Change-Id: I14ec3a08bf704535b9b10e33ec8ee0f9415f2d7c
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
This commit is contained in:
Jani Heikkinen 2025-06-04 10:38:40 +01:00
parent 5c563a98a5
commit 7f1e6f8079
8 changed files with 10 additions and 8 deletions

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.10.0")
set(QT_REPO_MODULE_VERSION "6.11.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_COPYRIGHT "Copyright (C) The Qt Company Ltd. and other contributors.")

View File

@ -550,6 +550,7 @@ void QDataStream::setByteOrder(ByteOrder bo)
\value Qt_6_8 Same as Qt_6_7
\value Qt_6_9 Same as Qt_6_7
\value Qt_6_10 Same as Qt_6_7
\value Qt_6_11 Same as Qt_6_10
\omitvalue Qt_DefaultCompiledVersion
\sa setVersion(), version()

View File

@ -91,8 +91,9 @@ public:
Qt_6_8 = Qt_6_7,
Qt_6_9 = Qt_6_7,
Qt_6_10 = 23,
Qt_DefaultCompiledVersion = Qt_6_10
#if QT_VERSION >= QT_VERSION_CHECK(6, 11, 0)
Qt_6_11 = Qt_6_10,
Qt_DefaultCompiledVersion = Qt_6_11
#if QT_VERSION >= QT_VERSION_CHECK(6, 12, 0)
#error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
#endif
};

View File

@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.10.0")
set(QT_REPO_MODULE_VERSION "6.11.0")

View File

@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.10.0")
set(QT_REPO_MODULE_VERSION "6.11.0")

View File

@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.10.0")
set(QT_REPO_MODULE_VERSION "6.11.0")

View File

@ -1 +1 @@
set(QT_REPO_MODULE_VERSION "6.10.0")
set(QT_REPO_MODULE_VERSION "6.11.0")

View File

@ -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.10.0
** Created by: The Resource Compiler for Qt version 6.11.0
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/