mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
version.h (RUBY_VERSION): 2.6.0 development has started.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
baa53f625d
commit
0af050993e
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
/* API version */
|
/* API version */
|
||||||
#define RUBY_API_VERSION_MAJOR 2
|
#define RUBY_API_VERSION_MAJOR 2
|
||||||
#define RUBY_API_VERSION_MINOR 5
|
#define RUBY_API_VERSION_MINOR 6
|
||||||
#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)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define RUBY_VERSION "2.5.0"
|
#define RUBY_VERSION "2.6.0"
|
||||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||||
#define RUBY_PATCHLEVEL -1
|
#define RUBY_PATCHLEVEL -1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue