summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2021-08-19 15:45:53 +0900
committernagachika <nagachika@ruby-lang.org>2021-08-19 15:45:53 +0900
commitca8f73efb31b18fefee1ec25c69143f31ed1aae5 (patch)
tree237321e6ed0894b03d5370a67922fdc8158190e0
parent09d90c0ed861e74e58a59bc413bc39bcf9775db8 (diff)
Revert "merge revision(s) 164f50dea918e7019847f578c3cffb079993d626,1985a3a77fac64cda177c74113a9348e36233630:"
This reverts commit 09d90c0ed861e74e58a59bc413bc39bcf9775db8.
-rw-r--r--gems/bundled_gems4
-rw-r--r--version.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 4eda5f919a..dca7a058a6 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -5,5 +5,5 @@ rake 13.0.3 https://github.com/ruby/rake
test-unit 3.3.7 https://github.com/test-unit/test-unit 3.3.7
rexml 3.2.5 https://github.com/ruby/rexml
rss 0.2.9 https://github.com/ruby/rss 0.2.9
-typeprof 0.15.2 https://github.com/ruby/typeprof
-rbs 1.4.0 https://github.com/ruby/rbs
+typeprof 0.15.0 https://github.com/ruby/typeprof
+rbs 1.3.3 https://github.com/ruby/rbs
diff --git a/version.h b/version.h
index ca67d7f22a..fe7dfca065 100644
--- a/version.h
+++ b/version.h
@@ -12,11 +12,11 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 124
+#define RUBY_PATCHLEVEL 123
#define RUBY_RELEASE_YEAR 2021
#define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 19
+#define RUBY_RELEASE_DAY 8
#include "ruby/version.h"