Date: Mon, 14 Oct 2024 15:59:42 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c5dee7636849 - main - unicode: revert to 15, more work is needed for 16 Message-ID: <202410141559.49EFxggp029599@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=c5dee76368499b08f04ad55176170217a499541e commit c5dee76368499b08f04ad55176170217a499541e Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-10-14 15:57:17 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-10-14 15:59:39 +0000 unicode: revert to 15, more work is needed for 16 --- tools/tools/locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile index a652815b7930..b49c90e691be 100644 --- a/tools/tools/locale/Makefile +++ b/tools/tools/locale/Makefile @@ -8,7 +8,7 @@ # CLDRVERSION= 45.0 -UCDVERSION= 16.0.0 +UCDVERSION= 15.0.0 .if ${.CURDIR} == ${.OBJDIR} .error Do make obj first.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410141559.49EFxggp029599>