From 04547c7dc00a425692181130e3e771fdde04e8ad Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 6 Sep 2017 07:56:41 +0000 Subject: update Ruby to Unicode 10.0.0 - In common.mk, set UNICODE_VERSION to 10.0.0 - Generate and add enc/unicode/10.0.0/casefold.h and enc/unicode/10.0.0/name2ctype.h - Update lib/unicode_normalize/tables.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index a68bbf190e..7e414f794e 100644 --- a/common.mk +++ b/common.mk @@ -15,7 +15,7 @@ mflags = $(MFLAGS) gnumake_recursive = enable_shared = $(ENABLE_SHARED:no=) -UNICODE_VERSION = 9.0.0 +UNICODE_VERSION = 10.0.0 ### set the following environment variable or uncomment the line if ### the Unicode data files should be updated completely on every update ('make up',...). -- cgit v1.2.3