mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
||||||
#define RUBY_BIRTH_DAY 24
|
#define RUBY_BIRTH_DAY 24
|
||||||
|
|
||||||
/* API version */
|
/* API version */
|
||||||
#define RUBY_API_VERSION_MAJOR 2
|
#define RUBY_API_VERSION_MAJOR 3
|
||||||
#define RUBY_API_VERSION_MINOR 8
|
#define RUBY_API_VERSION_MINOR 0
|
||||||
#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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue