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

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