From 1fb38e78c214365dffc98f2347623e0ba6d78a63 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 21 Aug 2005 22:39:21 +0000 Subject: [PATCH] (AC_INIT): Bump to 2.0c. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 42e895b8..0fe65544 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # least Autoconf 2.59. AC_PREREQ(2.59) -AC_INIT([GNU Bison], [2.0b], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [2.0c], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -- 2.50.0