summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2007-09-12 15:28:31 +0000
committerwlestes <wlestes>2007-09-12 15:28:31 +0000
commit015e361531c2b2757f8084724452b2cab5f656c0 (patch)
tree012cb6eba4630190404bbb1ef139e6409c3c0f14
parent3f0786a816dc12dc96ad42408162f3db38c26987 (diff)
downloadflex-015e361531c2b2757f8084724452b2cab5f656c0.tar.gz
update version number to 2.5.35
-rw-r--r--NEWS4
-rw-r--r--configure.in2
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])