Skip to content

Commit 0b6326e

Browse files
committed
bumping version to 1.4.14
1 parent b82a66f commit 0b6326e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/racc/com/headius/racc/Cparse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import org.jruby.runtime.load.Library;
3131

3232
public class Cparse implements Library {
33-
public static final String RACC_VERSION = "1.4.13"; // TODO: parse from Cparse.c
33+
public static final String RACC_VERSION = "1.4.14"; // TODO: parse from Cparse.c
3434

3535
public enum TokenType {
3636
DEFAULT(-1),

ext/racc/cparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Important Constants
1818
----------------------------------------------------------------------- */
1919

20-
#define RACC_VERSION "1.4.13"
20+
#define RACC_VERSION "1.4.14"
2121

2222
#define DEFAULT_TOKEN -1
2323
#define ERROR_TOKEN 1

lib/racc/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
module Racc
13-
VERSION = '1.4.13'
13+
VERSION = '1.4.14'
1414
Version = VERSION
1515
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1616
end

0 commit comments

Comments
 (0)