summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2020-10-01 19:10:30 +0900
committernagachika <nagachika@ruby-lang.org>2020-10-01 19:10:30 +0900
commit811b2b0df5e670ad8db7951191232ce3f5b0d978 (patch)
tree1185cb22a6aab508a02150c9a4df0006b08d43ac
parent229c041f057f24b8e5c0c911738e17dfb3da4515 (diff)
bump teeny version to 2.7.2.
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 0f7d49e797..01c8010d02 100644
--- a/version.h
+++ b/version.h
@@ -1,8 +1,8 @@
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
-#define RUBY_VERSION_TEENY 1
+#define RUBY_VERSION_TEENY 2
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 134
+#define RUBY_PATCHLEVEL 135
#define RUBY_RELEASE_YEAR 2020
#define RUBY_RELEASE_MONTH 10