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

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