diff options
author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-25 17:09:16 +0900 |
---|---|---|
committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-25 17:09:16 +0900 |
commit | c591ab11ce3b74a364c4c4b2003626033daf0757 (patch) | |
tree | de618741e2dbcafeb9cba9750808b05b48a2feaa /include | |
parent | caae14d90b3ae75f97913cd5420bd236a4eeb0f8 (diff) |
Development of 3.1.0 started.
Diffstat (limited to 'include')
-rw-r--r-- | include/ruby/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/version.h b/include/ruby/version.h index 924bfa8f91..d25008fad9 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -28,7 +28,7 @@ /* API version */ #define RUBY_API_VERSION_MAJOR 3 -#define RUBY_API_VERSION_MINOR 0 +#define RUBY_API_VERSION_MINOR 1 #define RUBY_API_VERSION_TEENY 0 #define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY) |