From 1d34c3bed594ad82894aa8ad95984e7ab49a3ca1 Mon Sep 17 00:00:00 2001 From: mimaki Date: Thu, 5 Mar 2026 11:58:41 +0900 Subject: [PATCH] Update version to 4.0.0RC. --- README.md | 2 ++ include/mruby/version.h | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ec9b9701..8e7f49524 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ To get mruby, you can download the stable version 4.0.0 from the official mruby GitHub repository or clone the trunk of the mruby source tree with the "git clone" command. You can also install and compile mruby using [ruby-install](https://github.com/postmodern/ruby-install), [ruby-build](https://github.com/rbenv/ruby-build), [rvm](https://github.com/rvm/rvm), [conda](https://anaconda.org/channels/conda-forge/packages/mruby/overview) or [Homebrew](https://formulae.brew.sh/formula/mruby). +The release candidate version 4.0.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/4.0.0-rc.zip](https://github.com/mruby/mruby/archive/4.0.0-rc.zip) + The latest development version of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/zipball/master](https://github.com/mruby/mruby/zipball/master) The trunk of the mruby source tree can be checked out with the diff --git a/include/mruby/version.h b/include/mruby/version.h index 85fdaa149..4ac97bd4f 100644 --- a/include/mruby/version.h +++ b/include/mruby/version.h @@ -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 @@ -80,17 +80,17 @@ MRB_BEGIN_DECL /* * Release year. */ -#define MRUBY_RELEASE_YEAR 2025 +#define MRUBY_RELEASE_YEAR 2026 /* * Release month. */ -#define MRUBY_RELEASE_MONTH 4 +#define MRUBY_RELEASE_MONTH 3 /* * Release day. */ -#define MRUBY_RELEASE_DAY 20 +#define MRUBY_RELEASE_DAY 5 /* * Release date as a string.