Merge pull request #4184 from mruby/stable

Release mruby 2.0.0
This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-12-11 11:52:33 +09:00
committed by GitHub
7 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -67,12 +67,12 @@ MRB_BEGIN_DECL
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 4
#define MRUBY_RELEASE_MONTH 12
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 27
#define MRUBY_RELEASE_DAY 11
/*
* Release date as a string.