Update version to 3.0.0RC.

This commit is contained in:
mimaki
2021-02-03 16:45:11 +09:00
parent c43dd75ea9
commit ea3874ed3c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL
/*
* Patch level string. (optional)
*/
#define MRUBY_PATCHLEVEL_STR "preview"
#define MRUBY_PATCHLEVEL_STR "RC"
#ifndef MRUBY_PATCHLEVEL_STR
# if MRUBY_PATCHLEVEL < 0
@@ -80,17 +80,17 @@ MRB_BEGIN_DECL
/*
* Release year.
*/
#define MRUBY_RELEASE_YEAR 2020
#define MRUBY_RELEASE_YEAR 2021
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 10
#define MRUBY_RELEASE_MONTH 2
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 16
#define MRUBY_RELEASE_DAY 3
/*
* Release date as a string.