Set the mruby-1.4.0 release date to 2018-1-16.

This commit is contained in:
Hiroshi Mimaki
2018-01-16 10:15:19 +09:00
parent 623436276e
commit 58fb6f421a
6 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -42,7 +42,7 @@ MRB_BEGIN_DECL
/*
* Minor release version number.
*/
#define MRUBY_RELEASE_MINOR 3
#define MRUBY_RELEASE_MINOR 4
/*
* Tiny release version number.
@@ -62,17 +62,17 @@ MRB_BEGIN_DECL
/*
* Release year.
*/
#define MRUBY_RELEASE_YEAR 2017
#define MRUBY_RELEASE_YEAR 2018
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 7
#define MRUBY_RELEASE_MONTH 1
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 4
#define MRUBY_RELEASE_DAY 16
/*
* Release date as a string.