aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorMartin Dürst <duerst@it.aoyama.ac.jp>2021-12-09 16:41:09 +0900
committerMartin Dürst <duerst@it.aoyama.ac.jp>2022-03-13 09:19:52 +0900
commit45e0711f29f9ce65cd34ad14e3af1546ccc7252e (patch)
tree8afa43085bf63f8230025bebd60c91d33910f1cb /common.mk
parentdb57b07086f830b18c0671e3a85a7e2a58ef7171 (diff)
downloadruby-45e0711f29f9ce65cd34ad14e3af1546ccc7252e.tar.gz
update Unicode Version to 14.0.0 and Emoji version to 14.0
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 96ecd4b129..900a70d11c 100644
--- a/common.mk
+++ b/common.mk
@@ -18,9 +18,9 @@ mflags = $(MFLAGS)
gnumake_recursive =
enable_shared = $(ENABLE_SHARED:no=)
-UNICODE_VERSION = 13.0.0
-UNICODE_EMOJI_VERSION = 13.1
-UNICODE_BETA = NO
+UNICODE_VERSION = 14.0.0
+UNICODE_EMOJI_VERSION = 14.0
+UNICODE_BETA = YES
### set the following environment variable or uncomment the line if
### the Unicode data files should be updated completely on every update ('make up',...).