lib/shell/version.rb


DEFINITIONS

This source file includes following functions.


   1  #
   2  #   version.rb - shell version definition file
   3  #       $Release Version: 0.6.0$
   4  #       $Revision: 1.1 $
   5  #       $Date: 2001/05/17 10:02:48 $
   6  #       by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
   7  #
   8  # --
   9  #
  10  #   
  11  #
  12  
  13  class Shell
  14    @RELEASE_VERSION = "0.6.0"
  15    @LAST_UPDATE_DATE = "01/03/19"
  16  end