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.
1 parent 10b7a4b commit aced7a7Copy full SHA for aced7a7
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.3.pre.1"; // TODO: parse from Cparse.c
+ public static final String RACC_VERSION = "1.7.3"; // 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.3.pre.1'
+ VERSION = '1.7.3'
16
Version = VERSION
17
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
18
end
0 commit comments