aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-07 08:13:08 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-07 08:13:08 +0000
commit75440327bf4980e9434d0e3327d2b0666bde171b (patch)
tree76fe03df439b8e82ad70e39dc3f24ba9d8e68041 /common.mk
parent267c1f1f74dd3d1a1c0e27ab519be974c30678d8 (diff)
downloadruby-75440327bf4980e9434d0e3327d2b0666bde171b.tar.gz
* common.mk: Updated Unicode version to 9.0.0 [Feature #12513]
* unicode/9.0.0/casefold.h, name2ctype.h, unicode/data/9.0.0: new directories/files for Unicode version 9.0.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56087 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 122942dd26..c2a2d8fd90 100644
--- a/common.mk
+++ b/common.mk
@@ -11,7 +11,7 @@ Q = $(Q1:0=@)
ECHO0 = $(ECHO1:0=echo)
ECHO = @$(ECHO0)
-UNICODE_VERSION = 8.0.0
+UNICODE_VERSION = 9.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',...).