diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-04-03 09:19:28 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-04-03 09:20:25 +0200 |
commit | 84fea854c990a59d00d2fec15f81a96565d4bce4 (patch) | |
tree | bc57af87ea4499e50316822eed12cc43f256e6ca | |
parent | bbf24fe2f19a426097c208c355e61e257cd76bac (diff) | |
download | postgresql-84fea854c990a59d00d2fec15f81a96565d4bce4.tar.gz postgresql-84fea854c990a59d00d2fec15f81a96565d4bce4.zip |
Update Unicode data to CLDR 47
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 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 |