Update version and release date. (mruby 3.1.0 (2022-05-12))

This commit is contained in:
mimaki
2022-05-12 12:19:10 +09:00
parent 242a7f14e0
commit 1bec339230
5 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL
/*
* Patch level string. (optional)
*/
#define MRUBY_PATCHLEVEL_STR "RC2"
#define MRUBY_PATCHLEVEL_STR ""
#ifndef MRUBY_PATCHLEVEL_STR
# if MRUBY_PATCHLEVEL < 0
@@ -85,12 +85,12 @@ MRB_BEGIN_DECL
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 3
#define MRUBY_RELEASE_MONTH 5
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 31
#define MRUBY_RELEASE_DAY 12
/*
* Release date as a string.