summaryrefslogtreecommitdiff
path: root/ext/racc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-23 09:42:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-23 09:51:52 +0900
commit3ade713967de46665c3682af5696fd3b8dac1d86 (patch)
treef708716a9565f01ad347cfde742a30c258c5587a /ext/racc
parentba342088009619f5df84116a0567e93bf6c9181b (diff)
Bump version to 1.6.2
Diffstat (limited to 'ext/racc')
-rw-r--r--ext/racc/cparse/cparse.c2
1 files changed, 1 insertions, 1 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