diff options
author | Peter Eisentraut | 2023-09-18 05:26:34 +0000 |
---|---|---|
committer | Peter Eisentraut | 2023-09-18 05:26:34 +0000 |
commit | 9d17e5f16fbe679b851f060a72b1e71f7cd3eba8 (patch) | |
tree | cf57dfc098f3c1800cca05df0ea939123077944d /src/common/unicode | |
parent | 5c08927d365bf20c74fc141d75538ca7e44d303f (diff) |
Update Unicode data to Unicode 15.1.0
Diffstat (limited to 'src/common/unicode')
-rw-r--r-- | src/common/unicode/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build index 9033c4a3dcf..357ca2f9fb3 100644 --- a/src/common/unicode/meson.build +++ b/src/common/unicode/meson.build @@ -1,6 +1,6 @@ # Copyright (c) 2022-2023, PostgreSQL Global Development Group -UNICODE_VERSION = '15.0.0' +UNICODE_VERSION = '15.1.0' unicode_data = {} unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@' |