summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormimaki <[email protected]>2021-02-03 16:45:11 +0900
committermimaki <[email protected]>2021-02-03 16:45:11 +0900
commitea3874ed3c23b35554152785868cdbae3bbf7a6b (patch)
tree25c45ef03a0b3b90ef47fcb1fa515fe2bd54f853
parentc43dd75ea9e2b2f3387e40617d4f4cd86d3841dc (diff)
downloadmruby-ea3874ed3c23b35554152785868cdbae3bbf7a6b.tar.gz
mruby-ea3874ed3c23b35554152785868cdbae3bbf7a6b.zip
Update version to `3.0.0RC`.3.0.0-rc
-rw-r--r--README.md2
-rw-r--r--include/mruby/version.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e5d62ea3d..a027f3941 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ of the Ministry of Economy, Trade and Industry of Japan.
## How to get mruby
-The preview version 3.0.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/3.0.0-preview.zip](https://github.com/mruby/mruby/archive/3.0.0-preview.zip)
+The releace candidate version 3.0.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/3.0.0-rc.zip](https://github.com/mruby/mruby/archive/3.0.0-rc.zip)
The stable version 2.1.2 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/2.1.2.zip](https://github.com/mruby/mruby/archive/2.1.2.zip)
diff --git a/include/mruby/version.h b/include/mruby/version.h
index 3385fce4e..25824d697 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 "preview"
+#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 2020
+#define MRUBY_RELEASE_YEAR 2021
/*
* Release month.
*/
-#define MRUBY_RELEASE_MONTH 10
+#define MRUBY_RELEASE_MONTH 2
/*
* Release day.
*/
-#define MRUBY_RELEASE_DAY 16
+#define MRUBY_RELEASE_DAY 3
/*
* Release date as a string.