From 2fb8446834158ab8f8302861c80626fa8dc7e173 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 12 Sep 2007 15:28:31 +0000 Subject: [PATCH] update version number to 2.5.35 --- NEWS | 4 +++- configure.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 712b28e..a8c04a8 100644 --- 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. diff --git a/configure.in b/configure.in index cfcaf74..8f3aa95 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.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]) -- 2.49.0