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

module IRB
  @RELEASE_VERSION = "0.9.5"
  @LAST_UPDATE_DATE = "05/04/13"
end