summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2007-12-12 21:00:25 +0000
committerwlestes <wlestes>2007-12-12 21:00:25 +0000
commite1adb20608b63a6a67a9d12c7e68432a39e3a6a8 (patch)
tree0ae5669d7886ae2379287880974bb1d58d8e4dcd
parent015e361531c2b2757f8084724452b2cab5f656c0 (diff)
downloadflex-e1adb20608b63a6a67a9d12c7e68432a39e3a6a8.tar.gz
revert NEWS and configure.in to version 2.5.34flex-2-5-34
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 2 insertions, 4 deletions
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])