diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-12-10 17:03:46 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-12-10 17:04:03 +0900 |
commit | e27d2013db18d124d1362b6cc81ecec806ef1a0d (patch) | |
tree | 7903a8e74b057359bee746b79686bfec937aab6c /lib/racc/info.rb | |
parent | 43544f8617a81fbaef03d926777df4a5311cdb74 (diff) |
Import racc-1.4.1 from ruby/racc.
Diffstat (limited to 'lib/racc/info.rb')
-rw-r--r-- | lib/racc/info.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/info.rb b/lib/racc/info.rb index 3a6e7f6e60..b7db7b6c9b 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -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 |