Skip to content

Commit aced7a7

Browse files
committed
Bump up v1.7.3
1 parent 10b7a4b commit aced7a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/racc/com/headius/racc/Cparse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import org.jruby.runtime.load.Library;
4646

4747
public class Cparse implements Library {
48-
public static final String RACC_VERSION = "1.7.3.pre.1"; // TODO: parse from Cparse.c
48+
public static final String RACC_VERSION = "1.7.3"; // TODO: parse from Cparse.c
4949

5050
public enum TokenType {
5151
DEFAULT(-1),

lib/racc/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#++
1313

1414
module Racc
15-
VERSION = '1.7.3.pre.1'
15+
VERSION = '1.7.3'
1616
Version = VERSION
1717
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1818
end

0 commit comments

Comments
 (0)