The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=d20da5c9736c3d93fc96e5e1c4dc40bed47bc419
commit d20da5c9736c3d93fc96e5e1c4dc40bed47bc419 Author: Jose Luis Duran <[email protected]> AuthorDate: 2025-12-06 12:20:20 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2025-12-06 12:20:20 +0000 locale: Update Unicode to CLDR 48 Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53983 --- 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 3428cdad93dd..24701af85199 100644 --- a/tools/tools/locale/Makefile +++ b/tools/tools/locale/Makefile @@ -7,7 +7,7 @@ # Modified by John Marino to suit DragonFly needs # -CLDRVERSION= 45.0 +CLDRVERSION= 48 UCDVERSION= 17.0.0 .if ${.CURDIR} == ${.OBJDIR}
