summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-10-30 18:47:11 +0900
committernagachika <nagachika@ruby-lang.org>2024-10-30 18:47:11 +0900
commit63aeb018eb1cc0f7b00f955980711fd1bd94af7f (patch)
tree3cc36872c9e4e43b17707456319c0a46ec707974
parentd09b47ddf569aeb443e3fb07b380062e825d47fc (diff)
bump teenyv3_2_6
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 3cfd22f0d1..04d45470cc 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 5
+#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 233
+#define RUBY_PATCHLEVEL 234
#include "ruby/version.h"
#include "ruby/internal/abi.h"