git: c5dee7636849 - main - unicode: revert to 15, more work is needed for 16

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 14 Oct 2024 15:59:42 UTC
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.