diff options
author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 11:36:20 +0000 |
---|---|---|
committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 11:36:20 +0000 |
commit | c7fa0c727c8342717d2c75c1c5750a54df461eae (patch) | |
tree | 418093a0a9aedf90397204d97730cffb9b95df07 /lib/irb/version.rb | |
parent | 649237de8f9e1c784493f4a8f29178ac0e969237 (diff) | |
download | ruby-c7fa0c727c8342717d2c75c1c5750a54df461eae.tar.gz |
* bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/version.rb')
-rw-r--r-- | lib/irb/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb index a9ccc1ce95..621a127ebd 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.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ishitsuka.com) # @@ -10,6 +10,6 @@ # module IRB - @RELEASE_VERSION = "0.9.5" - @LAST_UPDATE_DATE = "05/04/13" + @RELEASE_VERSION = "0.9.6" + @LAST_UPDATE_DATE = "09/06/30" end |