Skip to content

Commit

Permalink
Merge pull request #254 from yui-knk/v1.7.3
Browse files Browse the repository at this point in the history
Bump up v1.7.3
  • Loading branch information
yui-knk committed Nov 4, 2023
2 parents 10b7a4b + aced7a7 commit 0ae7d8a
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
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.pre.1"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.7.3"; // TODO: parse from Cparse.c

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

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

0 comments on commit 0ae7d8a

Please sign in to comment.