Skip to content

Commit

Permalink
Merge pull request #275 from yui-knk/v1.8.1
Browse files Browse the repository at this point in the history
Bump up v1.8.1
  • Loading branch information
yui-knk authored Jul 30, 2024
2 parents a71dd38 + d02c61b commit 5229883
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.8.0"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.8.1"; // 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.8.0'
VERSION = '1.8.1'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end

0 comments on commit 5229883

Please sign in to comment.