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

module IRB
  @RELEASE_VERSION = "0.7.4"
  @LAST_UPDATE_DATE = "01/05/08"
end