Skip to content

Commit 5229883

Browse files
authored
Merge pull request #275 from yui-knk/v1.8.1
Bump up v1.8.1
2 parents a71dd38 + d02c61b commit 5229883

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

0 commit comments

Comments
 (0)