From: Paul Eggert Date: Fri, 15 Sep 2006 17:08:40 +0000 (+0000) Subject: (AC_INIT): Bump from 2.3a to 2.3a+. X-Git-Tag: v2.3b~286 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/41f58bae8b4adc853c44beaa749683cab33faff1 (AC_INIT): Bump from 2.3a to 2.3a+. --- diff --git a/configure.ac b/configure.ac index 7a2cac99..dccca007 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # We use macros like AC_CHECK_HEADERS_ONCE, so we need Autoconf 2.60 or better. AC_PREREQ(2.60) -AC_INIT([GNU Bison], [2.3a], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [2.3a+], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])