mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update version to 3.3.0RC.
This commit is contained in:
@@ -27,7 +27,7 @@ MRB_BEGIN_DECL
|
||||
/*
|
||||
* The version of Ruby used by mruby.
|
||||
*/
|
||||
#define MRUBY_RUBY_VERSION "3.2"
|
||||
#define MRUBY_RUBY_VERSION "3.3"
|
||||
|
||||
/*
|
||||
* Ruby engine.
|
||||
@@ -42,7 +42,7 @@ MRB_BEGIN_DECL
|
||||
/*
|
||||
* Minor release version number.
|
||||
*/
|
||||
#define MRUBY_RELEASE_MINOR 2
|
||||
#define MRUBY_RELEASE_MINOR 3
|
||||
|
||||
/*
|
||||
* Tiny release version number.
|
||||
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL
|
||||
/*
|
||||
* Patch level string. (optional)
|
||||
*/
|
||||
#define MRUBY_PATCHLEVEL_STR ""
|
||||
#define MRUBY_PATCHLEVEL_STR "RC"
|
||||
|
||||
#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 12
|
||||
|
||||
/*
|
||||
* Release day.
|
||||
*/
|
||||
#define MRUBY_RELEASE_DAY 24
|
||||
#define MRUBY_RELEASE_DAY 29
|
||||
|
||||
/*
|
||||
* Release date as a string.
|
||||
|
||||
Reference in New Issue
Block a user