Update version and release date. (mruby 3.0.0 (2021-03-05))

This commit is contained in:
mimaki
2021-03-05 17:07:35 +09:00
parent f5d3d89ac2
commit 0f45836b59
5 changed files with 16 additions and 18 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 ""
#ifndef MRUBY_PATCHLEVEL_STR
# if MRUBY_PATCHLEVEL < 0
@@ -85,12 +85,12 @@ MRB_BEGIN_DECL
/*
* Release month.
*/
#define MRUBY_RELEASE_MONTH 2
#define MRUBY_RELEASE_MONTH 3
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 3
#define MRUBY_RELEASE_DAY 5
/*
* Release date as a string.