* version.h: bump to 2.1.10. welcome to two-digit version!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee1a685178
commit
ed3dedae1b
@ -1,3 +1,7 @@
|
||||
Fri Apr 1 00:00:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* version.h: bump to 2.1.10. welcome to two-digit version!
|
||||
|
||||
Wed Mar 30 18:45:26 2016 Kimura Wataru <kimuraw@i.nifty.jp>
|
||||
|
||||
* test/ruby/test_io.rb: handled rlimit value same as r52277
|
||||
|
@ -1,10 +1,10 @@
|
||||
#define RUBY_VERSION "2.1.9"
|
||||
#define RUBY_RELEASE_DATE "2016-03-30"
|
||||
#define RUBY_PATCHLEVEL 490
|
||||
#define RUBY_RELEASE_DATE "2016-04-01"
|
||||
#define RUBY_PATCHLEVEL 491
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2016
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
#define RUBY_RELEASE_DAY 30
|
||||
#define RUBY_RELEASE_MONTH 4
|
||||
#define RUBY_RELEASE_DAY 1
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user