X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e89a22bfab22e4d2ee73be49dcb66b51f8d0e892..0e25677ee2bd4183e179bb0544be9c97f97a3564:/configure.in diff --git a/configure.in b/configure.in index 429be6f1..58f3e007 100644 --- a/configure.in +++ b/configure.in @@ -20,10 +20,10 @@ # We need a recent Autoconf to run a recent Autotest. AC_PREREQ(2.52g) -AC_INIT([GNU Bison], [1.32a], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [1.33], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE([bison], [1.32a]) +AM_INIT_AUTOMAKE([bison], [1.33]) AM_CONFIG_HEADER(config.h:config.hin) # Initialize the test suite.