From eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d Mon Sep 17 00:00:00 2001 From: keiju Date: Wed, 13 Apr 2005 15:27:09 +0000 Subject: * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/irb/version.rb') diff --git a/lib/irb/version.rb b/lib/irb/version.rb index a9e37f7e7..28b079740 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -1,6 +1,6 @@ # # irb/version.rb - irb version definition file -# $Release Version: 0.9$ +# $Release Version: 0.9.5$ # $Revision$ # $Date$ # by Keiju ISHITSUKA(keiju@ishitsuka.com) @@ -11,6 +11,6 @@ # module IRB - @RELEASE_VERSION = "0.9" - @LAST_UPDATE_DATE = "02/07/03" + @RELEASE_VERSION = "0.9.5" + @LAST_UPDATE_DATE = "05/04/13" end -- cgit