aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
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 <nobu.nokada@softhome.net>
- * 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 <nobu.nokada@softhome.net>
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