]> granicus.if.org Git - flex/commitdiff
revert NEWS and configure.in to version 2.5.34 flex-2-5-34
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 12 Dec 2007 21:00:25 +0000 (21:00 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 12 Dec 2007 21:00:25 +0000 (21:00 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index a8c04a8756767b3d8d7286ccb7491a3d67b5ea6b..b1ada5c03f8a1828438c8b461236b7dd147fd356 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,12 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
-* version 2.5.35
+* version 2.5.34 released 2007-12-12
 
 ** introduce yylex_init_extra; see the manual for details
 
 ** introduce %option extra-type="your_type *" (resolves bug #1744505)
 
-* version 2.5.34, released 2007-6-28
-
 ** The flex program now parses multiple short concatenated options (resolves bug
   #1619820). Thanks to Petr Machata of Red Hat on this issue.
 
index 8f3aa958bd1d289a0b3b79ab34487a7fe13b9d13..cfcaf74a380124efae2e72d7d2e1f193680c54f6 100644 (file)
@@ -25,7 +25,7 @@
 # autoconf requirements and initialization
 
 AC_PREREQ(2.59)
-AC_INIT([the fast lexical analyser generator], [2.5.35],
+AC_INIT([the fast lexical analyser generator], [2.5.34],
 [flex-help@lists.sourceforge.net], [flex])
 AC_CONFIG_SRCDIR([scan.l])
 AM_INIT_AUTOMAKE([gnits dist-bzip2])