Set the mruby-1.4.1 release date to 2018-4-27.

This commit is contained in:
Hiroshi Mimaki
2018-04-27 11:30:30 +09:00
parent 54905e98cf
commit 023070a639
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -47,7 +47,7 @@ MRB_BEGIN_DECL
/*
* Tiny release version number.
*/
#define MRUBY_RELEASE_TEENY 0
#define MRUBY_RELEASE_TEENY 1
/*
* The mruby version.
@@ -67,12 +67,12 @@ MRB_BEGIN_DECL
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 1
#define MRUBY_RELEASE_MONTH 4
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 16
#define MRUBY_RELEASE_DAY 27
/*
* Release date as a string.