From 5c6ede680b84fc7fa9473cec58a28a18a8e27cb0 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 21 Sep 2002 13:30:00 +0000 Subject: * eval.c (rb_thread_raise): no need to save dead thread context. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index 58a00fcd41..aca48dda57 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ #define RUBY_VERSION "1.7.3" -#define RUBY_RELEASE_DATE "2002-09-20" +#define RUBY_RELEASE_DATE "2002-09-21" #define RUBY_VERSION_CODE 173 -#define RUBY_RELEASE_CODE 20020920 +#define RUBY_RELEASE_CODE 20020921 -- cgit v1.2.1