summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--sample/from.rb1
-rw-r--r--version.h4
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 23faf77d93..6ca4af53b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Tue Feb 10 17:29:08 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+ * version 1.1b7 released.
+
* string.c (str_aset): string insertion by `str[n] = str2'.
* string.c (str_oct): does recognize `0x'.
diff --git a/sample/from.rb b/sample/from.rb
index 39aa4b7553..ce69108529 100644
--- a/sample/from.rb
+++ b/sample/from.rb
@@ -36,6 +36,7 @@ else
ARGV.clear
end
+file = ARGV[0]
[ENV['SPOOLDIR'], '/usr/spool', '/var/spool', '/usr', '/var'].each do |m|
break if File.exist? file = "#{m}/mail/#{user}"
end
diff --git a/version.h b/version.h
index 0c921244af..1af08e05f8 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define RUBY_VERSION "1.1b6"
-#define VERSION_DATE "98/01/23"
+#define RUBY_VERSION "1.1b7"
+#define VERSION_DATE "98/02/10"