FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update version to 4.0.0RC2. · mruby/mruby@9d523e2 · GitHub

/ mruby Public

Commit 9d523e2

Browse files
committed
Update version to 4.0.0RC2.
1 parent 380c459 commit 9d523e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To get mruby, you can download the stable version 4.0.0 from the official mruby
5151
GitHub repository or clone the trunk of the mruby source tree with the "git
5252
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).
5353

54-
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)
54+
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-rc2.zip](https://github.com/mruby/mruby/archive/4.0.0-rc2.zip)
5555

5656
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)
5757

‎include/mruby/version.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL
5757
/*
5858
* Patch level string. (optional)
5959
*/
60-
#define MRUBY_PATCHLEVEL_STR "RC"
60+
#define MRUBY_PATCHLEVEL_STR "RC2"
6161

6262
#ifndef MRUBY_PATCHLEVEL_STR
6363
# if MRUBY_PATCHLEVEL < 0
@@ -90,7 +90,7 @@ MRB_BEGIN_DECL
9090
/*
9191
* Release day.
9292
*/
93-
#define MRUBY_RELEASE_DAY 5
93+
#define MRUBY_RELEASE_DAY 12
9494

9595
/*
9696
* Release date as a string.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL