Update Unicode data version string

This amends c4e550703c2bdc1ee710507b8df9c0c9a118402e. The data version
update was just forgotten when updating to Unicode 15.0.

Pick-to: 6.5 6.6 6.7
Change-Id: Ibb3e9cb81e9bbcb5d4aaf4e4df6231485531c128
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Ievgenii Meshcheriakov 2024-01-24 16:46:57 +01:00
parent 9fc8bd0096
commit 1e7f1e5b73
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2020 The Qt Company Ltd. // Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
/* This file is autogenerated from the Unicode 14.0 database. Do not edit */ /* This file is autogenerated from the Unicode 15.0 database. Do not edit */
#include "qunicodetables_p.h" #include "qunicodetables_p.h"

View File

@ -1,7 +1,7 @@
// Copyright (C) 2020 The Qt Company Ltd. // Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
/* This file is autogenerated from the Unicode 14.0 database. Do not edit */ /* This file is autogenerated from the Unicode 15.0 database. Do not edit */
// //
// W A R N I N G // W A R N I N G
@ -23,7 +23,7 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
#define UNICODE_DATA_VERSION QChar::Unicode_14_0 #define UNICODE_DATA_VERSION QChar::Unicode_15_0
namespace QUnicodeTables { namespace QUnicodeTables {

View File

@ -14,8 +14,8 @@
#include <private/qunicodetables_p.h> #include <private/qunicodetables_p.h>
#endif #endif
#define DATA_VERSION_S "14.0" #define DATA_VERSION_S "15.0"
#define DATA_VERSION_STR "QChar::Unicode_14_0" #define DATA_VERSION_STR "QChar::Unicode_15_0"
static QHash<QByteArray, QChar::UnicodeVersion> age_map; static QHash<QByteArray, QChar::UnicodeVersion> age_map;