summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-03-27 06:53:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-03-27 06:53:23 +0900
commit5483bfc1ae5725e871cbbddf313626fbb0f2dbb8 (patch)
treec7649f8227f2b2d34faabe40db89d4c9c8c6c750
parent8a7c126ddebd5a7914cb37255ed815c6ceefa6a0 (diff)
Bump up to 3.2.11v3_2_11ruby_3_2
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 735a9f7c81..b92c080e80 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 10
+#define RUBY_VERSION_TEENY 11
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 267
+#define RUBY_PATCHLEVEL 268
#include "ruby/version.h"
#include "ruby/internal/abi.h"