From 39062ea60aea921bcf6d327a33799796eeb215ed Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 25 Dec 2015 12:40:38 +0000 Subject: version.h (RUBY_VERSION): 2.4.0 development has started. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/version.h') diff --git a/include/ruby/version.h b/include/ruby/version.h index 23a9765e91..8b4801fcfd 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 3 +#define RUBY_API_VERSION_MINOR 4 #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) -- cgit v1.2.3