summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-08-31 18:45:29 +0900
committernagachika <nagachika@ruby-lang.org>2024-08-31 18:45:29 +0900
commit00fada3890fe7bebbd660af3682eee6a8857b222 (patch)
tree854834b147f03a54dfae9b3ded1569cbe0e65807 /version.h
parentc96ba1fec4b4b80b60a08514bd9030258ba7f628 (diff)
merge revision(s) f07c756494b0e473ff8e4ece6f04c7ababe93b01:
core_assertions.rb: Tweak timeout limit Increase the timeout limit when variance at rehearsal is small.
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index e4c550e381..f18a743990 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 214
+#define RUBY_PATCHLEVEL 215
#include "ruby/version.h"
#include "ruby/internal/abi.h"