]> git.saurik.com Git - bison.git/commitdiff
Bump version number.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Feb 2006 19:23:26 +0000 (19:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Feb 2006 19:23:26 +0000 (19:23 +0000)
ChangeLog
configure.ac

index b2a115f3d33526385d8d93cdcce33fbac6ba3051..d7db931721d77257977bf4afe401b061ae287f2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 39b1917888af55494e1390acf6045e061dec1546..087cd4904539db40863efb0321401d610833486c 100644 (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])