mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/version.h: RUBY_API_VERSION 2.0.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fb08cd16f2
commit
a06a1772f3
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 6 23:11:20 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* include/ruby/version.h: RUBY_API_VERSION 2.0.0
|
||||
|
||||
Fri Jan 6 12:24:11 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* object.c (rb_inspect): raises Encoding::CompatibilityError if the
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
#define RUBY_BIRTH_DAY 24
|
||||
|
||||
/* API version */
|
||||
#define RUBY_API_VERSION_MAJOR 1
|
||||
#define RUBY_API_VERSION_MINOR 9
|
||||
#define RUBY_API_VERSION_TEENY 1
|
||||
#define RUBY_API_VERSION_MAJOR 2
|
||||
#define RUBY_API_VERSION_MINOR 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)
|
||||
|
||||
#ifdef RUBY_EXTERN
|
||||
|
|
Loading…
Reference in a new issue