aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-06 07:56:41 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-06 07:56:41 +0000
commita6ad5220d974cc97692f88fafee78300a9a3db69 (patch)
tree31c6ca6652ee7c0e0ef19b7602d8c52dab528b29 /common.mk
parenta25ed9fd4e7d6f0f9ba3cd58ebda700ed5033e62 (diff)
downloadruby-a6ad5220d974cc97692f88fafee78300a9a3db69.tar.gz
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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',...).