Update version and release date. (mruby 3.4.0 (2025-04-20))

This commit is contained in:
mimaki
2025-04-20 13:08:22 +09:00
parent 2a435caf79
commit a309524d0b
5 changed files with 242 additions and 179 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 4
/*
* Release day.
*/
#define MRUBY_RELEASE_DAY 17
#define MRUBY_RELEASE_DAY 20
/*
* Release date as a string.