bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finalizing 2.3b


From: Joel E. Denny
Subject: Re: finalizing 2.3b
Date: Tue, 27 May 2008 23:24:31 -0400 (EDT)

On Fri, 23 May 2008, Joel E. Denny wrote:

> I'll follow with a patch to initialize 
> NEWS and configure.ac for 2.3b+ development.

I committed this.

Index: ChangeLog
===================================================================
RCS file: /sources/bison/bison/ChangeLog,v
retrieving revision 1.1792
diff -p -u -r1.1792 ChangeLog
--- ChangeLog   28 May 2008 00:28:50 -0000      1.1792
+++ ChangeLog   28 May 2008 03:22:41 -0000
@@ -1,5 +1,10 @@
 2008-05-27  Joel E. Denny  <address@hidden>
 
+       * NEWS (2.3b+): New section, empty for now.
+       * configure.ac (AC_INIT): 2.3b -> 2.3b+.
+
+2008-05-27  Joel E. Denny  <address@hidden>
+
        * NEWS (2.3b): Update release date since there has been a delay in
        getting the announcements and tarballs out.
 
Index: NEWS
===================================================================
RCS file: /sources/bison/bison/NEWS,v
retrieving revision 1.190
diff -p -u -r1.190 NEWS
--- NEWS        28 May 2008 00:28:51 -0000      1.190
+++ NEWS        28 May 2008 03:22:42 -0000
@@ -1,6 +1,10 @@
 Bison News
 ----------
 
+Changes in version 2.3b+ (????-??-??):
+
+*
+
 Changes in version 2.3b (2008-05-27):
 
 * The quotes around NAME that used to be required in the following directive
Index: configure.ac
===================================================================
RCS file: /sources/bison/bison/configure.ac,v
retrieving revision 1.87
diff -p -u -r1.87 configure.ac
--- configure.ac        23 May 2008 05:32:12 -0000      1.87
+++ configure.ac        28 May 2008 03:22:42 -0000
@@ -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], address@hidden)
+AC_INIT([GNU Bison], [2.3b+], address@hidden)
 AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008],
           [The copyright year for this package])
 AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]