From 9b01ce69546380c57cb602e045be4fc012cd81b7 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 21 Oct 1997 13:31:29 +0900 Subject: version 1.0-971021 https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971021.tar.gz Tue Oct 21 13:31:29 1997 Yukihiro Matsumoto * version 1.0-971021 Mon Oct 20 12:18:29 1997 WATANABE Hirofumi * ruby.c (load_file): wrong condition for #! check with -x. * file.c (file_s_dirname): did return "" for "/a". Fri Oct 17 14:29:09 1997 Yukihiro Matsumoto * bignum.c (bigadd): some undefined side effect order assumed. Co-authored-by: WATANABE Hirofumi --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index 37f5eac467..f098bf839a 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define RUBY_VERSION "1.0-971015" -#define VERSION_DATE "97/10/15" +#define RUBY_VERSION "1.0-971021" +#define VERSION_DATE "97/10/21" -- cgit v1.2.3