Skip to content

Commit

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

0 comments on commit 13bdc92

Please sign in to comment.