]> git.saurik.com Git - bison.git/commitdiff
Update version number to 1.875b.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Feb 2003 09:02:57 +0000 (09:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Feb 2003 09:02:57 +0000 (09:02 +0000)
Update Autoconf requirement to 2.56.

configure.ac

index 3897c5b3ec27f64b4686278622b49ee46d0bfbbd..19ff73b703809c65348c22985d72be49d6f89824 100644 (file)
@@ -18,9 +18,9 @@
 # 02111-1307  USA
 
 # We need a recent Autoconf to run a recent Autotest.
-AC_PREREQ(2.54)
+AC_PREREQ(2.56)
 
-AC_INIT([GNU Bison], [1.875a], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [1.875b], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR(config)
 
 AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2])