* NEWS (2.3b+): New section, empty for now.

* configure.ac (AC_INIT): 2.3b -> 2.3b+.
This commit is contained in:
Joel E. Denny
2008-05-28 03:25:22 +00:00
parent 72c5b9828e
commit 7bd1665a86
4 changed files with 11 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
# We have strange test case titles, so we need Autoconf 2.61 or better.
AC_PREREQ(2.61)
AC_INIT([GNU Bison], [2.3b], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [2.3b+], [bug-bison@gnu.org])
AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008],
[The copyright year for this package])
AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])