diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-25 14:05:59 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-25 14:05:59 +0000 |
commit | 0af050993e9cc55e2f58d8f4677c1521bacf5bea (patch) | |
tree | 61b41ffcab3f620aaa6b4cc54d6fa9109d210aea /include/ruby | |
parent | baa53f625d9a74adc457be948746c67d9eb511e8 (diff) | |
download | ruby-0af050993e9cc55e2f58d8f4677c1521bacf5bea.tar.gz |
version.h (RUBY_VERSION): 2.6.0 development has started.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
-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 10b1b05436..a4d319f646 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -31,7 +31,7 @@ /* API version */ #define RUBY_API_VERSION_MAJOR 2 -#define RUBY_API_VERSION_MINOR 5 +#define RUBY_API_VERSION_MINOR 6 #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) |