mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
18318ff65f
commit
fe2123f3ec
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Dec 25 21:33:06 2015 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* version.h (RUBY_VERSION): 2.4.0 development has started.
|
||||||
|
|
||||||
Fri Dec 25 14:12:12 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
|
Fri Dec 25 14:12:12 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* doc/ChangeLog-2.3.0, ext/tk/lib/tkextlib/SUPPORT_STATUS,
|
* doc/ChangeLog-2.3.0, ext/tk/lib/tkextlib/SUPPORT_STATUS,
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
/* API version */
|
/* API version */
|
||||||
#define RUBY_API_VERSION_MAJOR 2
|
#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_TEENY 0
|
||||||
#define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)
|
#define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define RUBY_VERSION "2.3.0"
|
#define RUBY_VERSION "2.4.0"
|
||||||
#define RUBY_RELEASE_DATE "2015-12-25"
|
#define RUBY_RELEASE_DATE "2015-12-25"
|
||||||
#define RUBY_PATCHLEVEL -1
|
#define RUBY_PATCHLEVEL -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue