Update version to 2.1.2. (mruby 2.1.2 RC)

This commit is contained in:
Hiroshi Mimaki
2020-07-01 16:49:21 +09:00
parent aa578c346d
commit b6b9c57f24
5 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -47,7 +47,7 @@ MRB_BEGIN_DECL
/*
* Tiny release version number.
*/
#define MRUBY_RELEASE_TEENY 1
#define MRUBY_RELEASE_TEENY 2
/*
* The mruby version.
@@ -67,12 +67,12 @@ MRB_BEGIN_DECL
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 6
#define MRUBY_RELEASE_MONTH 7
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 4
#define MRUBY_RELEASE_DAY 10
/*
* Release date as a string.