diff options
author | Peter Eisentraut | 2022-04-06 06:17:33 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-04-06 06:17:33 +0000 |
commit | 376dc437de40bd17e99a37f72f88627a16d7f200 (patch) | |
tree | 28db0e0604412f7c19d5f05244161f23a2c112e3 | |
parent | 2d09e44d309f64d3571f90f7620c9d924aecd010 (diff) |
Update Unicode data to CLDR 41
No actual changes result.
-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 07a9e52a185..051718e4fef 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -367,7 +367,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 14.0.0 # Pick a release from here: <http://cldr.unicode.org/index/downloads> -CLDR_VERSION = 39 +CLDR_VERSION = 41 # Tree-wide build support |