summaryrefslogtreecommitdiffstats
path: root/util/unicode
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2024-01-24 16:46:57 +0100
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2024-01-25 17:37:48 +0000
commit1e7f1e5b73b931931178bc884d3469439adf8c5c (patch)
tree0e0a6c62ec179188c90b1ec2ccaefd1d2b680e4e /util/unicode
parent9fc8bd00967ae89c2174d10c2f38d654edc99a1d (diff)
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>
Diffstat (limited to 'util/unicode')
-rw-r--r--util/unicode/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp
index 25da7e4ea2..269ead2d81 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;