summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-03-28 11:52:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-03-28 11:52:19 +0000
commit1234770ca21f8bd9586b6c932fdb2cd2b0b2271b (patch)
tree2189384e6511052ae1aecde1a53c33450b8a72c8
parentd6e2d211afaf7bc3d08a6f833fe8e20f3aa3e3f6 (diff)
1.1b9_06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--version.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index be257c3967..cf235b4db5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Mar 28 20:40:12 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * experimental release 1.1b9_06.
+
Sat Mar 28 16:07:11 1998 WATANABE Hirofumi <watanabe@ase.ptg.sony.co.jp>
* io.c (io_closed): should not cause exception fot closed IO.
diff --git a/version.h b/version.h
index c0b8f6c198..2bb361a370 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define RUBY_VERSION "1.1b9_05"
-#define VERSION_DATE "98/03/27"
+#define RUBY_VERSION "1.1b9_06"
+#define VERSION_DATE "98/03/28"