mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user