diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-12-23 09:42:51 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-12-23 09:51:52 +0900 |
commit | 3ade713967de46665c3682af5696fd3b8dac1d86 (patch) | |
tree | f708716a9565f01ad347cfde742a30c258c5587a | |
parent | ba342088009619f5df84116a0567e93bf6c9181b (diff) |
Bump version to 1.6.2
-rw-r--r-- | ext/racc/cparse/cparse.c | 2 | ||||
-rw-r--r-- | lib/racc/info.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/racc/cparse/cparse.c b/ext/racc/cparse/cparse.c index c11b479a63..f752eb7749 100644 --- a/ext/racc/cparse/cparse.c +++ b/ext/racc/cparse/cparse.c @@ -22,7 +22,7 @@ Important Constants ----------------------------------------------------------------------- */ -#define RACC_VERSION "1.6.1" +#define RACC_VERSION "1.6.2" #define DEFAULT_TOKEN -1 #define ERROR_TOKEN 1 diff --git a/lib/racc/info.rb b/lib/racc/info.rb index f19987e6b8..37bff7edba 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -11,7 +11,7 @@ #++ module Racc - VERSION = '1.6.1' + VERSION = '1.6.2' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end |