summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: b309978d9b4dbfa30679b41e2872da579d46a0d6 (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.7.3$
#   	$Revision$
#   	$Date$
#   	by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
#
#   
#

module IRB
  @RELEASE_VERSION = "0.7.3"
  @LAST_UPDATE_DATE = "01/04/16"
end