Skip to content

Commit 8d1c1ed

Browse files
committed
Bump version to 1.6.2
1 parent e766291 commit 8d1c1ed

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
@@ -45,7 +45,7 @@
4545
import org.jruby.runtime.load.Library;
4646

4747
public class Cparse implements Library {
48-
public static final String RACC_VERSION = "1.6.1"; // TODO: parse from Cparse.c
48+
public static final String RACC_VERSION = "1.6.2"; // TODO: parse from Cparse.c
4949

5050
public enum TokenType {
5151
DEFAULT(-1),

ext/racc/cparse/cparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Important Constants
2323
----------------------------------------------------------------------- */
2424

25-
#define RACC_VERSION "1.6.1"
25+
#define RACC_VERSION "1.6.2"
2626

2727
#define DEFAULT_TOKEN -1
2828
#define ERROR_TOKEN 1

lib/racc/info.rb

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

1313
module Racc
14-
VERSION = '1.6.1'
14+
VERSION = '1.6.2'
1515
Version = VERSION
1616
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1717
end

0 commit comments

Comments
 (0)