summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorMartin Dürst <duerst@it.aoyama.ac.jp>2019-05-24 18:22:36 +0900
committerMartin Dürst <duerst@it.aoyama.ac.jp>2019-05-24 18:22:36 +0900
commitc06f9e1d24e0e164506c6b5946a02814319485cc (patch)
treecc817a2535603baaeaf495974023a68d0e0e6f63 /common.mk
parentb0a4d81fc3c9195f7462a096a50e857669c47918 (diff)
switch UNICODE_BETA to NO (one more try, first try didn't work)
Unicode version 12.1.0 was officially released on May 7th, 2019. There were no changes at all from the "real" beta published shortly after the new era name "Reiwa" was announced. So we can switch UNICODE_BETA back to NO. common.mk: switch UNICODE_BETA back to NO tool/downloader.rb: add additional conditions to avoid an error when moving from beta to final
Diffstat (limited to 'common.mk')
-rwxr-xr-xcommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index b4be421ea5..54e17186e4 100755
--- a/common.mk
+++ b/common.mk
@@ -19,7 +19,7 @@ enable_shared = $(ENABLE_SHARED:no=)
UNICODE_VERSION = 12.1.0
UNICODE_EMOJI_VERSION = 12.0
-UNICODE_BETA = YES
+UNICODE_BETA = NO
### set the following environment variable or uncomment the line if
### the Unicode data files should be updated completely on every update ('make up',...).