Skip to content

Commit

Permalink
Bump up v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 14, 2023
1 parent 12324ff commit 0fc0dc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.2"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.7.1"; // TODO: parse from Cparse.c

public enum TokenType {
DEFAULT(-1),
Expand Down
2 changes: 1 addition & 1 deletion ext/racc/cparse/cparse.c
Expand Up @@ -22,7 +22,7 @@
Important Constants
----------------------------------------------------------------------- */

#define RACC_VERSION "1.6.2"
#define RACC_VERSION "1.7.1"

#define DEFAULT_TOKEN -1
#define ERROR_TOKEN 1
Expand Down
2 changes: 1 addition & 1 deletion lib/racc/info.rb
Expand Up @@ -11,7 +11,7 @@
#++

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

0 comments on commit 0fc0dc9

Please sign in to comment.