ruby-changes:41190
From: usa <ko1@a...>
Date: Wed, 23 Dec 2015 14:15:19 +0900 (JST)
Subject: [ruby-changes:41190] usa:r53262 (ruby_2_1): * version.h: bump to 2.1.9. may this version be the last of 2.1.
usa 2015-12-23 14:15:08 +0900 (Wed, 23 Dec 2015) New Revision: 53262 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53262 Log: * version.h: bump to 2.1.9. may this version be the last of 2.1. Modified files: branches/ruby_2_1/ChangeLog branches/ruby_2_1/version.h Index: ruby_2_1/ChangeLog =================================================================== --- ruby_2_1/ChangeLog (revision 53261) +++ ruby_2_1/ChangeLog (revision 53262) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ChangeLog#L1 +Wed Dec 23 14:13:59 2015 NAKAMURA Usaku <usa@r...> + + * version.h: bump to 2.1.9. may this version be the last of 2.1. + Wed Dec 16 21:10:03 2015 CHIKANAGA Tomoyuki <nagachika@r...> * ext/fiddle/handle.c: check tainted string arguments. Index: ruby_2_1/version.h =================================================================== --- ruby_2_1/version.h (revision 53261) +++ ruby_2_1/version.h (revision 53262) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1 -#define RUBY_VERSION "2.1.8" -#define RUBY_RELEASE_DATE "2015-12-16" -#define RUBY_PATCHLEVEL 440 +#define RUBY_VERSION "2.1.9" +#define RUBY_RELEASE_DATE "2015-12-23" +#define RUBY_PATCHLEVEL 441 #define RUBY_RELEASE_YEAR 2015 #define RUBY_RELEASE_MONTH 12 -#define RUBY_RELEASE_DAY 16 +#define RUBY_RELEASE_DAY 23 #include "ruby/version.h" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/