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