diff options
author | Peter Eisentraut | 2023-04-13 20:10:08 +0000 |
---|---|---|
committer | Peter Eisentraut | 2023-04-13 20:10:08 +0000 |
commit | 83c470665822befb3bda92320defe766936b60df (patch) | |
tree | 70264663b2d16f74702f53a6fa36ecee1611ba71 /src | |
parent | d6f0f95a6bb7fa43731c6db83226a3c574041659 (diff) |
Update Unicode data to CLDR 43
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 736dd1ed5e..772b91261d 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -363,7 +363,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 15.0.0 # Pick a release from here: <http://cldr.unicode.org/index/downloads> -CLDR_VERSION = 41 +CLDR_VERSION = 43 # Tree-wide build support |