summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--version.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a450f01e95..732f8fa891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 27 18:16:26 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * version 1.1b9 released.
+
Fri Feb 27 09:36:35 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
* hash.c (hash_delete_nil): needed to compare value to nil, since
diff --git a/version.h b/version.h
index 37659375ac..c96a890185 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define RUBY_VERSION "1.1b8_00"
-#define VERSION_DATE "98/02/20"
+#define RUBY_VERSION "1.1b9"
+#define VERSION_DATE "98/02/27"