1
0
Fork 0
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:
Yukihiro "Matz" Matsumoto 2020-08-31 16:38:13 +09:00
parent 9b88851c83
commit 21c62fb670
No known key found for this signature in database
GPG key ID: 38FE026938F94997

View file

@ -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)