Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 23, 2022
1 parent e766291 commit 8d1c1ed
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.1"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.6.2"; // 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.1"
#define RACC_VERSION "1.6.2"

#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.6.1'
VERSION = '1.6.2'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end

0 comments on commit 8d1c1ed

Please sign in to comment.