ruby-changes:58503
From: Martin <ko1@a...>
Date: Wed, 30 Oct 2019 08:52:56 +0900 (JST)
Subject: [ruby-changes:58503] c54635c08b (master): Update Unicode Emoji version from 12.0 to 12.1.
https://git.ruby-lang.org/ruby.git/commit/?id=c54635c08b From c54635c08b89612bbf2faa50b86fd6d5c8758506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=BCrst?= <duerst@i...> Date: Wed, 30 Oct 2019 08:25:45 +0900 Subject: Update Unicode Emoji version from 12.0 to 12.1. This update does not add any new codepoint assignments, it just expands the range of emoji codepoint sequences recommended for public interchange. Depending on how emoji data files are cached, this commit may require manual intervention in some build environments (including some CI systems). diff --git a/common.mk b/common.mk index 5c580b1..3f7b8ac 100644 --- a/common.mk +++ b/common.mk @@ -18,7 +18,7 @@ gnumake_recursive = https://github.com/ruby/ruby/blob/trunk/common.mk#L18 enable_shared = $(ENABLE_SHARED:no=) UNICODE_VERSION = 12.1.0 -UNICODE_EMOJI_VERSION = 12.0 +UNICODE_EMOJI_VERSION = 12.1 UNICODE_BETA = NO ### set the following environment variable or uncomment the line if -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/