From 7627d0cea7f93193aa97d8ffe8d94fb2f8c69ebd Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 30 Sep 2002 11:35:40 +0000 Subject: [PATCH] 2002-09-30 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- version.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 395702e64c..ec7d7e1f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Mon Sep 30 20:29:10 2002 Nobuyoshi Nakada - * io.c (rb_io_inspect): not need to raise IOError. [ruby-talk:51871] + * io.c (rb_io_inspect): not need to raise IOError for closed + stream. [ruby-talk:51871] Sun Sep 29 18:30:24 2002 Nobuyoshi Nakada diff --git a/version.h b/version.h index b41361f8ab..090d2eb966 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ #define RUBY_VERSION "1.7.3" -#define RUBY_RELEASE_DATE "2002-09-29" +#define RUBY_RELEASE_DATE "2002-09-30" #define RUBY_VERSION_CODE 173 -#define RUBY_RELEASE_CODE 20020929 +#define RUBY_RELEASE_CODE 20020930