Skip to content

Commit 04a7245

Browse files
committed
Bump version to 1.4.16
1 parent d02c6b3 commit 04a7245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/racc/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# see the file "COPYING".
99

1010
module Racc
11-
VERSION = '1.4.16.pre.1'
11+
VERSION = '1.4.16'
1212
Version = VERSION
1313
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1414
end

racc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "racc"
5-
s.version = "1.4.16.pre.1"
5+
s.version = "1.4.16"
66

77
s.summary = "Racc is a LALR(1) parser generator"
88
s.description = "Racc is a LALR(1) parser generator.\n It is written in Ruby itself, and generates Ruby program.\n\n NOTE: Ruby 1.8.x comes with Racc runtime module. You\n can run your parsers generated by racc 1.4.x out of the\n box."

0 commit comments

Comments
 (0)