aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc/info.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/racc/info.rb')
-rw-r--r--lib/racc/info.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/racc/info.rb b/lib/racc/info.rb
new file mode 100644
index 0000000000..0e61c3a393
--- /dev/null
+++ b/lib/racc/info.rb
@@ -0,0 +1,14 @@
+#
+# $Id: 10d9595b388ab1ba061c08c038901ff632a0c3c3 $
+#
+# 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.4.15'
+ Version = VERSION
+ Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
+end