summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-03-26 13:18:02 +0900
committerHiroshi SHIBATA <[email protected]>2025-03-26 13:18:02 +0900
commit13f495dc2c98d0762d9af37e7143d2e2a07d9926 (patch)
treed2d747d4192d8f12d0c2673054b1f9b4402eb493
parenta56c2fb37559bc2df39f9930d6174f8f82f65313 (diff)
bump teenyv3_2_8
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 0eaf4e5370..4c625d0cbb 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 7
+#define RUBY_VERSION_TEENY 8
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 262
+#define RUBY_PATCHLEVEL 263
#include "ruby/version.h"
#include "ruby/internal/abi.h"