summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-23 19:20:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-23 19:20:59 +0900
commit1945f8dc0ea71f536931364fa3605b7507807bb5 (patch)
tree4b5526f14a6de4e530fbc0ccce512090f5428fed
parentbfe9164a84878720ad484813eef0b75742e4cd8f (diff)
Bump up 3.1.5v3_1_5ruby_3_1
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index db786b65e9..7c8bc046b3 100644
--- a/version.h
+++ b/version.h
@@ -9,9 +9,9 @@
*/
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
-#define RUBY_VERSION_TEENY 4
+#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 251
+#define RUBY_PATCHLEVEL 252
#define RUBY_RELEASE_YEAR 2024
#define RUBY_RELEASE_MONTH 4