diff options
author | Takashi Kokubun <[email protected]> | 2025-01-14 23:22:35 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-01-14 23:22:35 -0800 |
commit | be31f993d7fa0219d85f7b3c694d454da4ecc10b (patch) | |
tree | 4be9c20303fecd82461f6a338e2a5dea1a1f3e9b | |
parent | b6affbca88f5e0a70bda784d5195be5f0408b5ba (diff) |
v3.3.7v3_3_7
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ */ # define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR -#define RUBY_VERSION_TEENY 6 +#define RUBY_VERSION_TEENY 7 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR #define RUBY_PATCHLEVEL 123 |