]> git.saurik.com Git - bison.git/blobdiff - configure.in
* configure.in (AC_INIT): Bump to 1.49b.
[bison.git] / configure.in
index 818818afa0a3531598ec434fb337d616e4f18fd5..5eb5c480987ae8c7b679b446fef9802e1a20134e 100644 (file)
 # We need a recent Autoconf to run a recent Autotest.
 AC_PREREQ(2.53)
 
-AC_INIT([GNU Bison], [1.49a], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [1.49b], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR(config)
 
-AM_INIT_AUTOMAKE([bison], [1.49a])
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h:config.hin)
 
 # Initialize the test suite.