aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shell/version.rb
diff options
context:
space:
mode:
authorkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-20 12:38:58 +0000
committerkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-20 12:38:58 +0000
commit42a81120e510c2c2fb7822ff4d5738db6ba392bf (patch)
tree3f6024dcb1fe3a3ca6b3fd613f436fd99c80c80c /lib/shell/version.rb
parentd9d838a45beff13576e4fba42e0d5b611d0df706 (diff)
downloadruby-42a81120e510c2c2fb7822ff4d5738db6ba392bf.tar.gz
* lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shell/version.rb')
-rw-r--r--lib/shell/version.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/shell/version.rb b/lib/shell/version.rb
index 6694c804d8..e40aa03abb 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