summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: 7179d1c163759ef4f8887a5c41aceef71d300e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#   version.rb - irb version definition file
#   	$Release Version: 0.6.1$
#   	$Revision$
#   	$Date$
#   	by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
#
# --
#
#   
#

module IRB
  @RELEASE_VERSION = "0.6.1"
  @LAST_UPDATE_DATE = "99/09/16"
end