* ChangeLog: forgotten ML ref, [ruby-core:24561].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-07-27 00:37:54 +00:00
parent b7f26835da
commit f9e7c3c37f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Sun Jul 26 19:17:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> Sun Jul 26 19:17:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (argf_eof): go to the next file if called after ARGF.close * io.c (argf_eof): go to the next file if called after ARGF.close
or ARGF.skip. [ruby-core:24561] or ARGF.skip. a patch from Mike Kasick at [ruby-core:24561].
Sun Jul 26 18:30:02 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> Sun Jul 26 18:30:02 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>

View File

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.2" #define RUBY_VERSION "1.9.2"
#define RUBY_RELEASE_DATE "2009-07-26" #define RUBY_RELEASE_DATE "2009-07-27"
#define RUBY_PATCHLEVEL -1 #define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk" #define RUBY_BRANCH_NAME "trunk"
@ -8,7 +8,7 @@
#define RUBY_VERSION_TEENY 1 #define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2009 #define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 7 #define RUBY_RELEASE_MONTH 7
#define RUBY_RELEASE_DAY 26 #define RUBY_RELEASE_DAY 27
#include "ruby/version.h" #include "ruby/version.h"