summaryrefslogtreecommitdiff
path: root/lib/racc/info.rb
blob: bb1f100adc03dabf3d0cf34621a59b0a06136a9e (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.6.0'
  Version = VERSION
  Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end