From: Paul Eggert Date: Fri, 19 May 2006 23:19:04 +0000 (+0000) Subject: Update version number to 2.2a. X-Git-Tag: v2.3b~395 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/95c0638353d537cd9ca300c54cf2f93acda234b9 Update version number to 2.2a. --- diff --git a/configure.ac b/configure.ac index 4b1cad28..72724898 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # least Autoconf 2.59. AC_PREREQ(2.59) -AC_INIT([GNU Bison], [2.2], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [2.2a], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])