Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 26, 2014
1 parent c5359ab commit da1da05
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.jruby.runtime.load.Library;

public class Cparse implements Library {
public static final String RACC_VERSION = "1.4.11"; // TODO: parse from Cparse.c
public static final String RACC_VERSION = "1.4.12"; // TODO: parse from Cparse.c

public enum TokenType {
DEFAULT(-1),
Expand Down
2 changes: 1 addition & 1 deletion ext/racc/cparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Important Constants
----------------------------------------------------------------------- */

#define RACC_VERSION "1.4.11"
#define RACC_VERSION "1.4.12"

#define DEFAULT_TOKEN -1
#define ERROR_TOKEN 1
Expand Down
2 changes: 1 addition & 1 deletion lib/racc/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

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

0 comments on commit da1da05

Please sign in to comment.