* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git] / lib / shell / version.rb
blobdd50b06d5573300c6488d21f42de9a4d7e0c486c
2 #   version.rb - shell version definition file
3 #       $Release Version: 0.7$
4 #       $Revision$
5 #       by Keiju ISHITSUKA(keiju@ruby-lang.org)
7 # --
9 #   
12 class Shell
13   @RELEASE_VERSION = "0.7"
14   @LAST_UPDATE_DATE = "07/03/20"
15 end