Version number bumped to 3.0.0 from 2.8.0 (tentative).
We have decided to go forward to 3.0 this year.
This commit is contained in:
parent
9b88851c83
commit
21c62fb670
@ -27,8 +27,8 @@
|
||||
#define RUBY_BIRTH_DAY 24
|
||||
|
||||
/* API version */
|
||||
#define RUBY_API_VERSION_MAJOR 2
|
||||
#define RUBY_API_VERSION_MINOR 8
|
||||
#define RUBY_API_VERSION_MAJOR 3
|
||||
#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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user