diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-04-13 22:10:08 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-04-13 22:10:08 +0200 |
commit | 83c470665822befb3bda92320defe766936b60df (patch) | |
tree | 70264663b2d16f74702f53a6fa36ecee1611ba71 /src | |
parent | d6f0f95a6bb7fa43731c6db83226a3c574041659 (diff) | |
download | postgresql-83c470665822befb3bda92320defe766936b60df.tar.gz postgresql-83c470665822befb3bda92320defe766936b60df.zip |
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 736dd1ed5ed..772b91261d8 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 |