From: Akim Demaille Date: Mon, 14 Oct 2002 16:29:41 +0000 (+0000) Subject: Version 1.75. X-Git-Tag: BISON-1_75^0 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ae26e1f02a46b1f2199aacd3537ac372c04cbc9e Version 1.75. --- diff --git a/ChangeLog b/ChangeLog index 2f8ce356..1ebfa9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-14 Akim Demaille + + Version 1.75. + 2002-10-14 Akim Demaille * tests/Makefile.am (maintainer-check-posix): New. diff --git a/NEWS b/NEWS index 9864fdea..adba8cf9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -Changes in version 1.50a: +Changes in version 1.75: * Bison should now work on 64-bit hosts. diff --git a/configure.ac b/configure.ac index bafaaa78..0757221f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # We need a recent Autoconf to run a recent Autotest. AC_PREREQ(2.54) -AC_INIT([GNU Bison], [1.50a], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [1.75], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2])