summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2008-03-30 14:08:08 +0000
committerWill Estes <wlestes@users.sourceforge.net>2008-03-30 14:08:08 +0000
commite2312d43d4f18d9e010f1e8c38be68516fb2d947 (patch)
tree0198714f586577da92d6b63f4e008e8ba3df829d
parent1adb7e921e198f4ac4a3024ed6934a034ecf8b60 (diff)
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])