summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-01-18 15:26:39 +0900
committernagachika <nagachika@ruby-lang.org>2024-01-18 15:26:39 +0900
commit52bb2ac0a6971d0391efa2275f7a66bff319087c (patch)
tree48c8a00bbd7063afccceae870211f24af15491ac
parent99c9aeef4b4417120e30b145cf98e1bc68a2a0de (diff)
bump teenyv3_2_3
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 2a78b5ccd8..b96cfcdeb8 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 2
+#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 156
+#define RUBY_PATCHLEVEL 157
#include "ruby/version.h"
#include "ruby/internal/abi.h"