We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a71dd38 + d02c61b commit 5229883Copy full SHA for 5229883
ext/racc/com/headius/racc/Cparse.java
@@ -45,7 +45,7 @@
45
import org.jruby.runtime.load.Library;
46
47
public class Cparse implements Library {
48
- public static final String RACC_VERSION = "1.8.0"; // TODO: parse from Cparse.c
+ public static final String RACC_VERSION = "1.8.1"; // TODO: parse from Cparse.c
49
50
public enum TokenType {
51
DEFAULT(-1),
lib/racc/info.rb
@@ -12,7 +12,7 @@
12
#++
13
14
module Racc
15
- VERSION = '1.8.0'
+ VERSION = '1.8.1'
16
Version = VERSION
17
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
18
end
0 commit comments