diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-30 11:35:40 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-30 11:35:40 +0000 |
commit | 7627d0cea7f93193aa97d8ffe8d94fb2f8c69ebd (patch) | |
tree | c3d6be02a04804b393bdeba73d6f57d51f402528 | |
parent | a7a8ea12dae2022de1d899998b6d076ce99bd940 (diff) |
2002-09-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ Mon Sep 30 20:29:10 2002 Nobuyoshi Nakada <[email protected]> - * 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 <[email protected]> @@ -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 |