| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ To get mruby, you can download the stable version 4.0.0 from the official mruby | |||
| 51 | 51 | GitHub repository or clone the trunk of the mruby source tree with the "git | |
| 52 | 52 | 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). | |
| 53 | 53 | ||
| 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) | ||
| 55 | 55 | ||
| 56 | 56 | 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) | |
| 57 | 57 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ MRB_BEGIN_DECL | |||
| 57 | 57 | /* | |
| 58 | 58 | * Patch level string. (optional) | |
| 59 | 59 | */ | |
| 60 | - #define MRUBY_PATCHLEVEL_STR "RC" | ||
| 60 | + #define MRUBY_PATCHLEVEL_STR "RC2" | ||
| 61 | 61 | ||
| 62 | 62 | #ifndef MRUBY_PATCHLEVEL_STR | |
| 63 | 63 | # if MRUBY_PATCHLEVEL < 0 | |
@@ -90,7 +90,7 @@ MRB_BEGIN_DECL | |||
| 90 | 90 | /* | |
| 91 | 91 | * Release day. | |
| 92 | 92 | */ | |
| 93 | - #define MRUBY_RELEASE_DAY 5 | ||
| 93 | + #define MRUBY_RELEASE_DAY 12 | ||
| 94 | 94 | ||
| 95 | 95 | /* | |
| 96 | 96 | * Release date as a string. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments