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 c9b5b61 + 0f0832e commit 46e85d7Copy full SHA for 46e85d7
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.7.1"; // TODO: parse from Cparse.c
+ public static final String RACC_VERSION = "1.7.2"; // 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.7.2.dev.1'
+ VERSION = '1.7.2'
16
Version = VERSION
17
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
18
end
0 commit comments