summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNARUSE, Yui <[email protected]>2024-12-25 16:43:20 +0900
committerNARUSE, Yui <[email protected]>2024-12-25 16:43:20 +0900
commit48d4efcb85000e1ebae42004e963b5d0cedddcf2 (patch)
tree362da81e3405bae352a983160c2bcb53f5b1d4e6
parentf45010833071b953744658842369e3496dfacb48 (diff)
v3.4.1v3_4_1
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index eaba1c1985..82dbaab0e0 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 0
+#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL -1
+#define RUBY_PATCHLEVEL 0
#include "ruby/version.h"
#include "ruby/internal/abi.h"