diff options
| author | nagachika <nagachika@ruby-lang.org> | 2024-07-26 18:41:18 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2024-07-26 18:41:18 +0900 |
| commit | ae9a43512c6a6c8d4c60a0987137bc0a00a97d85 (patch) | |
| tree | 3b038883b4e13f4fb95d2d9d2aaa4945aa753940 | |
| parent | 1dba48bb3a92bccc350508935ed0b59a249b674b (diff) | |
bump teeny
| -rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ */ # define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR -#define RUBY_VERSION_TEENY 4 +#define RUBY_VERSION_TEENY 5 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 206 +#define RUBY_PATCHLEVEL 207 #include "ruby/version.h" #include "ruby/internal/abi.h" |
