ruby-changes:36095
From: nagachika <ko1@a...>
Date: Tue, 28 Oct 2014 22:21:13 +0900 (JST)
Subject: [ruby-changes:36095] nagachika:r48176 (ruby_2_1): * version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.5.
nagachika 2014-10-28 22:20:54 +0900 (Tue, 28 Oct 2014) New Revision: 48176 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48176 Log: * version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.5. Modified files: branches/ruby_2_1/ChangeLog branches/ruby_2_1/version.h Index: ruby_2_1/ChangeLog =================================================================== --- ruby_2_1/ChangeLog (revision 48175) +++ ruby_2_1/ChangeLog (revision 48176) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ChangeLog#L1 +10 28 22:19:44 2014 CHIKANAGA Tomoyuki <nagachika@r...> + + * version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.5. + Mon Oct 27 20:20:14 2014 NAKAMURA Usaku <usa@r...> * lib/rexml/entity.rb: keep the entity size within the limitation. Index: ruby_2_1/version.h =================================================================== --- ruby_2_1/version.h (revision 48175) +++ ruby_2_1/version.h (revision 48176) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1 -#define RUBY_VERSION "2.1.4" -#define RUBY_RELEASE_DATE "2014-10-27" -#define RUBY_PATCHLEVEL 265 +#define RUBY_VERSION "2.1.5" +#define RUBY_RELEASE_DATE "2014-10-28" +#define RUBY_PATCHLEVEL 266 #define RUBY_RELEASE_YEAR 2014 #define RUBY_RELEASE_MONTH 10 -#define RUBY_RELEASE_DAY 27 +#define RUBY_RELEASE_DAY 28 #include "ruby/version.h" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/