summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-03-30 14:08:08 +0000
committerwlestes <wlestes>2008-03-30 14:08:08 +0000
commit6cae13a52e333591f7697a4508c7c5c7ad29d34b (patch)
tree91ca1f99e24818e0480864891732712c2919fc58
parent362698c4f716d5fd460a15a06c27a53b1e9bda7b (diff)
downloadflex-6cae13a52e333591f7697a4508c7c5c7ad29d34b.tar.gz
start version 2.5.36
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 19783b7..f5ef515 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ changes between releases of flex.
See the file COPYING for copying conditions.
+* version 2.5.36
+
* version 2.5.35 released 2008-02-26
** fixed bug that prevented flex from accepting certain comments in the
diff --git a/configure.in b/configure.in
index 8f3aa95..969c515 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.36],
[flex-help@lists.sourceforge.net], [flex])
AC_CONFIG_SRCDIR([scan.l])
AM_INIT_AUTOMAKE([gnits dist-bzip2])