summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-01-01 09:04:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-01-01 09:04:56 +0000
commitdc546b0f6e4c3e96cb4fef36213db4a06abab546 (patch)
tree9c6ea85fb3bd0e06789786432bd532425e6151a3 /configure.ac
parent1deb9bdcad4477814ee3d3e569e707b25702688a (diff)
downloadbison-dc546b0f6e4c3e96cb4fef36213db4a06abab546.tar.gz
Bison 1.875.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 92bda9ff..b63a9a20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Configure template for GNU Bison. -*-Autoconf-*-
#
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.54)
-AC_INIT([GNU Bison], [1.75g], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [1.875], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2])