aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-25 12:40:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-25 12:40:38 +0000
commit39062ea60aea921bcf6d327a33799796eeb215ed (patch)
tree04e48ec8551967d543aa10ed34202dc43e1a4621 /include
parent164a076e6712e323a7a8a44a0f954ee5a9492abb (diff)
downloadruby-39062ea60aea921bcf6d327a33799796eeb215ed.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/ruby/version.h2
1 files changed, 1 insertions, 1 deletions
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)