Skip to content

Commit 46e85d7

Browse files
authored
Merge pull request #239 from yui-knk/v1.7.2
Bump up v1.7.2
2 parents c9b5b61 + 0f0832e commit 46e85d7

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.1"; // TODO: parse from Cparse.c
48+
public static final String RACC_VERSION = "1.7.2"; // 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.2.dev.1'
15+
VERSION = '1.7.2'
1616
Version = VERSION
1717
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1818
end

0 commit comments

Comments
 (0)