summaryrefslogtreecommitdiff
path: root/lib/racc/info.rb
blob: 6934f902e8276ef8fd8d7419be3f7dbb492f9d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#--
#
#
#
# Copyright (c) 1999-2006 Minero Aoki
#
# This program is free software.
# You can distribute/modify this program under the same terms of ruby.
# see the file "COPYING".
#
#++

module Racc
  VERSION   = '1.5.1'
  Version = VERSION
  Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end