summaryrefslogtreecommitdiff
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
commit04547c7dc00a425692181130e3e771fdde04e8ad (patch)
tree31c6ca6652ee7c0e0ef19b7602d8c52dab528b29 /common.mk
parent3122b0ba2f51caf03701b4ac8af84699a6bb2454 (diff)
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',...).