summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/text/qunicodetables.cpp2
-rw-r--r--src/corelib/text/qunicodetables_p.h4
-rw-r--r--util/unicode/main.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/corelib/text/qunicodetables.cpp b/src/corelib/text/qunicodetables.cpp
index e8ca5c18075..46ac6dfb4e2 100644
--- a/src/corelib/text/qunicodetables.cpp
+++ b/src/corelib/text/qunicodetables.cpp
@@ -1,7 +1,7 @@
// 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
-/* 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"
diff --git a/src/corelib/text/qunicodetables_p.h b/src/corelib/text/qunicodetables_p.h
index 0cf18a98c10..46b31709735 100644
--- a/src/corelib/text/qunicodetables_p.h
+++ b/src/corelib/text/qunicodetables_p.h
@@ -1,7 +1,7 @@
// 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
-/* 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
@@ -23,7 +23,7 @@
QT_BEGIN_NAMESPACE
-#define UNICODE_DATA_VERSION QChar::Unicode_14_0
+#define UNICODE_DATA_VERSION QChar::Unicode_15_0
namespace QUnicodeTables {
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp
index 25da7e4ea29..269ead2d816 100644
--- a/util/unicode/main.cpp
+++ b/util/unicode/main.cpp
@@ -14,8 +14,8 @@
#include <private/qunicodetables_p.h>
#endif
-#define DATA_VERSION_S "14.0"
-#define DATA_VERSION_STR "QChar::Unicode_14_0"
+#define DATA_VERSION_S "15.0"
+#define DATA_VERSION_STR "QChar::Unicode_15_0"
static QHash<QByteArray, QChar::UnicodeVersion> age_map;