From 7d3bc5c3d799ce1ace8d4324c274a8cafa965628 Mon Sep 17 00:00:00 2001 From: mimaki Date: Thu, 31 Mar 2022 15:17:17 +0900 Subject: [PATCH] Update version to `3.1.0RC2`. --- README.md | 2 +- include/mruby/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30e3277fa..5e82f727f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ of the Ministry of Economy, Trade and Industry of Japan. ## How to get mruby -The release candidate version 3.1.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/3.1.0-rc.zip](https://github.com/mruby/mruby/archive/3.1.0-rc.zip) +The release candidate version 3.1.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/3.1.0-rc2.zip](https://github.com/mruby/mruby/archive/3.1.0-rc2.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) diff --git a/include/mruby/version.h b/include/mruby/version.h index 84af1614d..a13f094e2 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 "RC" +#define MRUBY_PATCHLEVEL_STR "RC2" #ifndef MRUBY_PATCHLEVEL_STR # if MRUBY_PATCHLEVEL < 0 @@ -85,12 +85,12 @@ MRB_BEGIN_DECL /* * Release month. */ -#define MRUBY_RELEASE_MONTH 1 +#define MRUBY_RELEASE_MONTH 3 /* * Release day. */ -#define MRUBY_RELEASE_DAY 7 +#define MRUBY_RELEASE_DAY 31 /* * Release date as a string.