diff --git a/ChangeLog b/ChangeLog index 41bafe684b..2317f8bcf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sat Apr 23 19:49:21 2005 Hirokazu Yamamoto - * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code + * ext/tk/tcltklib.c (ip_RubyExitCommand): exit with status code via TclTkIp#_eval didn't work. [ruby-talk:139390] Sat Apr 23 11:45:29 2005 Nobuyoshi Nakada diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 67a9b75383..f6d60deaf6 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -4,7 +4,7 @@ * Oct. 24, 1997 Y. Matsumoto */ -#define TCLTKLIB_RELEASE_DATE "2005-04-22" +#define TCLTKLIB_RELEASE_DATE "2005-04-23" #include "ruby.h" #include "rubysig.h"