Merge pull request #3726 from mruby/stable

mruby-1.3.0
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-07-04 15:46:38 +09:00
committed by GitHub
5 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -62,17 +62,17 @@ MRB_BEGIN_DECL
/*
* Release year.
*/
#define MRUBY_RELEASE_YEAR 2015
#define MRUBY_RELEASE_YEAR 2017
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 11
#define MRUBY_RELEASE_MONTH 7
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 17
#define MRUBY_RELEASE_DAY 4
/*
* Release date as a string.