version.h: bump version to mruby 4.0.0

update MRUBY_RUBY_VERSION to "4.0", MRUBY_RELEASE_MAJOR to 4,
MRUBY_RELEASE_MINOR to 0. update README.md references accordingly.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-03-03 11:10:18 +09:00
parent a3861dcb53
commit 736ec46ba0
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -27,7 +27,7 @@ MRB_BEGIN_DECL
/*
* The version of Ruby used by mruby.
*/
#define MRUBY_RUBY_VERSION "3.4"
#define MRUBY_RUBY_VERSION "4.0"
/*
* Ruby engine.
@@ -37,12 +37,12 @@ MRB_BEGIN_DECL
/*
* Major release version number.
*/
#define MRUBY_RELEASE_MAJOR 3
#define MRUBY_RELEASE_MAJOR 4
/*
* Minor release version number.
*/
#define MRUBY_RELEASE_MINOR 4
#define MRUBY_RELEASE_MINOR 0
/*
* Tiny release version number.