* 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:
usa 2016-03-31 15:01:07 +00:00
parent ee1a685178
commit ed3dedae1b
2 changed files with 8 additions and 4 deletions

View File

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

View File

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