lib/racc/info.rb in racc-1.4.6 vs lib/racc/info.rb in racc-1.4.7
- old
+ new
@@ -1,16 +1,16 @@
#
-# $Id$
+# $Id: 96a81cf328285b90878c3bb512715a95950dba46 $
#
# Copyright (c) 1999-2006 Minero Aoki
#
# This program is free software.
# You can distribute/modify this program under the terms of
# the GNU LGPL, Lesser General Public License version 2.1.
# For details of the GNU LGPL, see the file "COPYING".
#
module Racc
- Version = '1.4.6'
- VERSION = Version
+ VERSION = '1.4.7'
+ Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end