From: Will Estes <wlestes@users.sourceforge.net>
Date: Wed, 12 Dec 2007 21:00:25 +0000 (+0000)
Subject: revert NEWS and configure.in to version 2.5.34
X-Git-Tag: flex-2-5-34
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b4df3c7c3ada28a3cfb38cd40f10e09a2201d5;p=flex

revert NEWS and configure.in to version 2.5.34
---

diff --git a/NEWS b/NEWS
index a8c04a8..b1ada5c 100644
--- 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.
 
diff --git a/configure.in b/configure.in
index 8f3aa95..cfcaf74 100644
--- a/configure.in
+++ b/configure.in
@@ -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])