From 04d0bf33f14eb7393b66d3e85a9450a83fac6797 Mon Sep 17 00:00:00 2001 From: Debian Julia Team Date: Wed, 21 Sep 2022 15:22:38 +0100 Subject: [PATCH] bump-unicode-data-to-15 =================================================================== Gbp-Pq: Name bump-unicode-data-to-15.patch --- data/Makefile | 2 +- utf8proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Makefile b/data/Makefile index 6e2c63b..1e068ac 100644 --- a/data/Makefile +++ b/data/Makefile @@ -22,7 +22,7 @@ CharWidths.txt: charwidths.jl EastAsianWidth.txt $(JULIA) charwidths.jl > $@ # Unicode data version (must also update utf8proc_unicode_version function) -UNICODE_VERSION=14.0.0 +UNICODE_VERSION=15.0.0 UnicodeData.txt: cp /usr/share/unicode/UnicodeData.txt $@ diff --git a/utf8proc.c b/utf8proc.c index 6752a55..000afb1 100644 --- a/utf8proc.c +++ b/utf8proc.c @@ -101,7 +101,7 @@ UTF8PROC_DLLEXPORT const char *utf8proc_version(void) { } UTF8PROC_DLLEXPORT const char *utf8proc_unicode_version(void) { - return "14.0.0"; + return "15.0.0"; } UTF8PROC_DLLEXPORT const char *utf8proc_errmsg(utf8proc_ssize_t errcode) { -- 2.30.2