1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Development of 3.1.0 started.

This commit is contained in:
Yukihiro "Matz" Matsumoto 2020-12-25 17:09:16 +09:00
parent caae14d90b
commit c591ab11ce
No known key found for this signature in database
GPG key ID: 38FE026938F94997

View file

@ -28,7 +28,7 @@
/* API version */
#define RUBY_API_VERSION_MAJOR 3
#define RUBY_API_VERSION_MINOR 0
#define RUBY_API_VERSION_MINOR 1
#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)