Skip to content

Commit

Permalink
Merge pull request #268 from yui-knk/v1.8.0
Browse files Browse the repository at this point in the history
Bump up v1.8.0
  • Loading branch information
yui-knk authored May 20, 2024
2 parents 00ebdbb + 1f81d39 commit 8eeca62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/racc/com/headius/racc/Cparse.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import org.jruby.runtime.load.Library;

public class Cparse implements Library {
public static final String RACC_VERSION = "1.7.3"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.8.0"; // TODO: parse from Cparse.c

public enum TokenType {
DEFAULT(-1),
Expand Down
2 changes: 1 addition & 1 deletion lib/racc/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#++

module Racc
VERSION = '1.7.3'
VERSION = '1.8.0'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end

0 comments on commit 8eeca62

Please sign in to comment.