]> git.saurik.com Git - bison.git/commitdiff
* configure.ac (AC_INIT): Update to 1.875e.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 May 2004 22:12:21 +0000 (22:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 May 2004 22:12:21 +0000 (22:12 +0000)
ChangeLog
configure.ac

index ba9bc5989e6a966c694c4034441f9b67b7ac1d3e..b424d57f9ee56e222966df4972510286720f2b75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (AC_INIT): Update to 1.875e.
+
 2004-05-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Version 1.875d.
index 03ec0ec77d436d104fd84c72c24f2da4687dbbc1..f12c7774163bd399b00dcb9c8c17c7088bd93d9a 100644 (file)
@@ -20,7 +20,7 @@
 # We need a recent Autoconf to run a recent Autotest.
 AC_PREREQ(2.57)
 
-AC_INIT([GNU Bison], [1.875d], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [1.875e], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])