diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-12-06 12:20:20 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-12-06 12:20:20 +0000 |
| commit | d20da5c9736c3d93fc96e5e1c4dc40bed47bc419 (patch) | |
| tree | 28b36c2c1de7cfa65a5c3ed9278ccb6921ee05b4 | |
| parent | 13ae4904ad7d4677a8d894c91362f2d2479965b6 (diff) | |
locale: Update Unicode to CLDR 48
Reviewed by: bapt
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53983
| -rw-r--r-- | tools/tools/locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
