summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: a9e37f7e7bc1911998b98a0cffd9d9a98b73793a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#   irb/version.rb - irb version definition file
#   	$Release Version: 0.9$
#   	$Revision$
#   	$Date$
#   	by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
#
#   
#

module IRB
  @RELEASE_VERSION = "0.9"
  @LAST_UPDATE_DATE = "02/07/03"
end