Skip to content

Commit

Permalink
Merge pull request #239 from yui-knk/v1.7.2
Browse files Browse the repository at this point in the history
Bump up v1.7.2
  • Loading branch information
yui-knk committed Nov 1, 2023
2 parents c9b5b61 + 0f0832e commit 46e85d7
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.1"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.7.2"; // 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.2.dev.1'
VERSION = '1.7.2'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end

0 comments on commit 46e85d7

Please sign in to comment.