summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2026-03-11 18:51:47 +0900
committernagachika <nagachika@ruby-lang.org>2026-03-11 18:51:47 +0900
commit76cca827ab52ab1d346a728f068d5b8da3e2952b (patch)
treea8088d70cd0f8025180eb58eaa93be6c6fb20ced
parent3e9494c70bb7b23a5982e8b21087938e8a753b91 (diff)
Bump v3.4.9v3_4_9
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 9f348e2802..3261bf4a8b 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 8
+#define RUBY_VERSION_TEENY 9
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 81
+#define RUBY_PATCHLEVEL 82
#include "ruby/version.h"
#include "ruby/internal/abi.h"