summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-10-14 16:29:41 +0000
committerAkim Demaille <akim@epita.fr>2002-10-14 16:29:41 +0000
commitae26e1f02a46b1f2199aacd3537ac372c04cbc9e (patch)
tree7266b7fb0a2468465bbc2feb69b3adc37498307a
parentd43baf71a71dc0fb20534f401d2b9bdfa6439927 (diff)
downloadbison-ae26e1f02a46b1f2199aacd3537ac372c04cbc9e.tar.gz
Version 1.75.v1.75BISON-1_75
-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])