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:
parent
caae14d90b
commit
c591ab11ce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue