diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-04-08 08:28:03 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-04-08 08:28:03 +0200 |
commit | 2e0e0666790e48cec716d4947f89d067ef53490c (patch) | |
tree | 731bdaaa88f5e31431e40b2c81d33a8108b32a9e /src | |
parent | 2f27f8c511494cca9e0e9a4eeeb102fa9f193002 (diff) |
Update Unicode data to CLDR 39
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 74b3a6acd29..8f058408210 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -365,7 +365,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 13.0.0 # Pick a release from here: <http://cldr.unicode.org/index/downloads> -CLDR_VERSION = 37 +CLDR_VERSION = 39 # Tree-wide build support |