Update version to 3.1.0RC2.

This commit is contained in:
mimaki
2022-03-31 15:17:17 +09:00
parent f71d389649
commit 7d3bc5c3d7
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL
/*
* Patch level string. (optional)
*/
#define MRUBY_PATCHLEVEL_STR "RC"
#define MRUBY_PATCHLEVEL_STR "RC2"
#ifndef MRUBY_PATCHLEVEL_STR
# if MRUBY_PATCHLEVEL < 0
@@ -85,12 +85,12 @@ MRB_BEGIN_DECL
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 1
#define MRUBY_RELEASE_MONTH 3
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 7
#define MRUBY_RELEASE_DAY 31
/*
* Release date as a string.