summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f8ce356..1ebfa9bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-10-14 Akim Demaille <akim@epita.fr>
+ Version 1.75.
+
+2002-10-14 Akim Demaille <akim@epita.fr>
+
* tests/Makefile.am (maintainer-check-posix): New.
2002-10-14 Akim Demaille <akim@epita.fr>
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])