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:
parent
5c563a98a5
commit
7f1e6f8079
@ -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")
|
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1")
|
||||||
endif()
|
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_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
|
||||||
|
|
||||||
set(QT_COPYRIGHT "Copyright (C) The Qt Company Ltd. and other contributors.")
|
set(QT_COPYRIGHT "Copyright (C) The Qt Company Ltd. and other contributors.")
|
||||||
|
@ -550,6 +550,7 @@ void QDataStream::setByteOrder(ByteOrder bo)
|
|||||||
\value Qt_6_8 Same as Qt_6_7
|
\value Qt_6_8 Same as Qt_6_7
|
||||||
\value Qt_6_9 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_10 Same as Qt_6_7
|
||||||
|
\value Qt_6_11 Same as Qt_6_10
|
||||||
\omitvalue Qt_DefaultCompiledVersion
|
\omitvalue Qt_DefaultCompiledVersion
|
||||||
|
|
||||||
\sa setVersion(), version()
|
\sa setVersion(), version()
|
||||||
|
@ -91,8 +91,9 @@ public:
|
|||||||
Qt_6_8 = Qt_6_7,
|
Qt_6_8 = Qt_6_7,
|
||||||
Qt_6_9 = Qt_6_7,
|
Qt_6_9 = Qt_6_7,
|
||||||
Qt_6_10 = 23,
|
Qt_6_10 = 23,
|
||||||
Qt_DefaultCompiledVersion = Qt_6_10
|
Qt_6_11 = Qt_6_10,
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 11, 0)
|
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
|
#error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
@ -1 +1 @@
|
|||||||
set(QT_REPO_MODULE_VERSION "6.10.0")
|
set(QT_REPO_MODULE_VERSION "6.11.0")
|
||||||
|
@ -1 +1 @@
|
|||||||
set(QT_REPO_MODULE_VERSION "6.10.0")
|
set(QT_REPO_MODULE_VERSION "6.11.0")
|
||||||
|
@ -1 +1 @@
|
|||||||
set(QT_REPO_MODULE_VERSION "6.10.0")
|
set(QT_REPO_MODULE_VERSION "6.11.0")
|
||||||
|
@ -1 +1 @@
|
|||||||
set(QT_REPO_MODULE_VERSION "6.10.0")
|
set(QT_REPO_MODULE_VERSION "6.11.0")
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
** Copyright (C) 2024 Intel Corporation.
|
** Copyright (C) 2024 Intel Corporation.
|
||||||
** SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
** 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!
|
** WARNING! All changes made in this file will be lost!
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user