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
|
@ -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…
Add table
Add a link
Reference in a new issue