diff options
author | Peter Eisentraut | 2025-04-03 07:19:28 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-04-03 07:20:25 +0000 |
commit | 84fea854c990a59d00d2fec15f81a96565d4bce4 (patch) | |
tree | bc57af87ea4499e50316822eed12cc43f256e6ca /src | |
parent | bbf24fe2f19a426097c208c355e61e257cd76bac (diff) |
Update Unicode data to CLDR 47
No actual changes result.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index cce29a37ac5..265fd1b2cfe 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -370,7 +370,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 15.1.0 # Pick a release from here: <http://cldr.unicode.org/index/downloads> -CLDR_VERSION = 45 +CLDR_VERSION = 47 # Tree-wide build support |