diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-06-20 14:31:41 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-06-20 16:11:03 +0900 |
commit | 45e939f5adcb3f16682e7a957d7ecf91edc005e4 (patch) | |
tree | 7df671310b425dd0ffb0252623907724b798e4f8 /lib/racc/info.rb | |
parent | c4c47b792dc8360f2541a399e9fcf417d068eee3 (diff) |
Added gemspec of racc generated from upstream for the default gems.
1.4.16.pre.1 is the teemporary version. It may be changed 1.5.0 or others.
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 0e61c3a393..c688fed96c 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -8,7 +8,7 @@ # see the file "COPYING". module Racc - VERSION = '1.4.15' + VERSION = '1.4.16.pre.1' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end |