From 244f4e1a9e0974e48fe8477b8c133a392dbae737 Mon Sep 17 00:00:00 2001 From: keiju Date: Tue, 20 Mar 2007 12:38:58 +0000 Subject: * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell/version.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/shell/version.rb') diff --git a/lib/shell/version.rb b/lib/shell/version.rb index 6694c804d..e40aa03ab 100644 --- a/lib/shell/version.rb +++ b/lib/shell/version.rb @@ -1,9 +1,9 @@ # # version.rb - shell version definition file -# $Release Version: 0.6.0$ +# $Release Version: 0.7$ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # @@ -11,6 +11,6 @@ # class Shell - @RELEASE_VERSION = "0.6.0" - @LAST_UPDATE_DATE = "01/03/19" + @RELEASE_VERSION = "0.7" + @LAST_UPDATE_DATE = "07/03/20" end -- cgit