summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2024-11-04 16:49:11 -0800
committerTakashi Kokubun <[email protected]>2024-11-04 16:49:11 -0800
commit75015d4c1f6965b5e85e96fb309f1f2129f933c0 (patch)
treec901ee1dd43b98d7b52942c2ccc2692a04057cee
parentf72eb702f29574b85889d3ea6447efa29c8a8789 (diff)
v3.3.6v3_3_6
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index cba385bbb0..f399d3cb01 100644
--- a/version.h
+++ b/version.h
@@ -9,7 +9,7 @@
*/
# 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 108