Skip to content

Commit

Permalink
Bump version to 1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 10, 2019
1 parent d02c6b3 commit 04a7245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/racc/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# see the file "COPYING".

module Racc
VERSION = '1.4.16.pre.1'
VERSION = '1.4.16'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end
2 changes: 1 addition & 1 deletion racc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "racc"
s.version = "1.4.16.pre.1"
s.version = "1.4.16"

s.summary = "Racc is a LALR(1) parser generator"
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."
Expand Down

0 comments on commit 04a7245

Please sign in to comment.