From b9f3304a9b52b3ec3b1610328253330e865c4eac Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 23 Feb 2024 23:41:20 +0100 Subject: [PATCH] unictype/mirror: Update to Unicode 15.1.0, part 2. * modules/unictype/mirror (configure.ac): Bump required libunistring version. --- ChangeLog | 2 ++ modules/unictype/mirror | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2620e2f439..3052a65991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ (main): Expect the file name of BidiMirroring.txt as command-line argument. Invoke fill_mirror. * lib/unictype/mirror.h: Regenerated. + * modules/unictype/mirror (configure.ac): Bump required libunistring + version. 2024-02-23 Bruno Haible diff --git a/modules/unictype/mirror b/modules/unictype/mirror index f5baf96077..c4f1c7c466 100644 --- a/modules/unictype/mirror +++ b/modules/unictype/mirror @@ -9,7 +9,7 @@ Depends-on: unictype/base configure.ac: -gl_LIBUNISTRING_MODULE([0.9.11], [unictype/mirror]) +gl_LIBUNISTRING_MODULE([1.2], [unictype/mirror]) Makefile.am: if LIBUNISTRING_COMPILE_UNICTYPE_MIRROR -- 2.39.5