Bump version number.

This commit is contained in:
Paul Eggert
2006-02-13 19:23:26 +00:00
parent 4e26c69eb6
commit a3af26dd7e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (AC_INIT): Bump version number.
2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Version 2.1a.

View File

@@ -24,7 +24,7 @@
# least Autoconf 2.59.
AC_PREREQ(2.59)
AC_INIT([GNU Bison], [2.1a], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [2.1b], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])