]> granicus.if.org Git - flex/commitdiff
update version number to 2.5.35
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 12 Sep 2007 15:28:31 +0000 (15:28 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 12 Sep 2007 15:28:31 +0000 (15:28 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 712b28e3791bedb10f7317e84360a17bdec1fa4c..a8c04a8756767b3d8d7286ccb7491a3d67b5ea6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,14 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
-* version 2.5.34, released 2007-6-28
+* version 2.5.35
 
 ** 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 cfcaf74a380124efae2e72d7d2e1f193680c54f6..8f3aa958bd1d289a0b3b79ab34487a7fe13b9d13 100644 (file)
@@ -25,7 +25,7 @@
 # autoconf requirements and initialization
 
 AC_PREREQ(2.59)
-AC_INIT([the fast lexical analyser generator], [2.5.34],
+AC_INIT([the fast lexical analyser generator], [2.5.35],
 [flex-help@lists.sourceforge.net], [flex])
 AC_CONFIG_SRCDIR([scan.l])
 AM_INIT_AUTOMAKE([gnits dist-bzip2])