lib/irb/version.rb


DEFINITIONS

This source file includes following functions.


   1  #
   2  #   irb/version.rb - irb version definition file
   3  #       $Release Version: 0.9$
   4  #       $Revision: 1.4 $
   5  #       $Date: 2002/07/09 11:17:16 $
   6  #       by Keiju ISHITSUKA(keiju@ishitsuka.com)
   7  #
   8  # --
   9  #
  10  #   
  11  #
  12  
  13  module IRB
  14    @RELEASE_VERSION = "0.9"
  15    @LAST_UPDATE_DATE = "02/07/03"
  16  end