repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git]
/
lib
/
shell
/
version.rb
blob
dd50b06d5573300c6488d21f42de9a4d7e0c486c
1
#
2
# version.rb - shell version definition file
3
# $Release Version: 0.7$
4
# $Revision$
5
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
6
#
7
# --
8
#
9
#
10
#
11
12
class Shell
13
@RELEASE_VERSION = "0.7"
14
@LAST_UPDATE_DATE = "07/03/20"
15
end