summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-08-29 12:32:10 +0000
committerAkim Demaille <akim@epita.fr>2001-08-29 12:32:10 +0000
commit6918b5fcc9214d370a1f2d29887a469a522a699f (patch)
tree82aaa09f512e9b6482f236b4236798e02f09065c /configure.in
parent38e616f0f56514c392e21b62e832945ed74ddbbb (diff)
downloadbison-6918b5fcc9214d370a1f2d29887a469a522a699f.tar.gz
Version 1.28d.v1.28dBISON-1_28d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c64e5e95..1928a6c6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(bison, 1.28c, bug-bison@gnu.org)
+AC_INIT(bison, 1.28d, bug-bison@gnu.org)
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(bison, 1.28c)
+AM_INIT_AUTOMAKE(bison, 1.28d)
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.