Update version to 4.0.0RC2.

This commit is contained in:
mimaki
2026-03-12 19:07:19 +09:00
parent 380c459d37
commit 9d523e2f74
2 changed files with 3 additions and 3 deletions
+2 -2
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
@@ -90,7 +90,7 @@ MRB_BEGIN_DECL
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 5
#define MRUBY_RELEASE_DAY 12
/*
* Release date as a string.