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

module IRB # :nodoc:
  @RELEASE_VERSION = "0.9.6"
  @LAST_UPDATE_DATE = "09/06/30"
end