summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2003-03-05 19:37:40 +0000
committerwlestes <wlestes>2003-03-05 19:37:40 +0000
commit39fea28db7efd5a594fa9e3260c52ab7574ae0c7 (patch)
treea656d98df9bde0e34ff445cfd0035316d9d77875
parent9895e35d6d86a30b4e102c728d8b7cf5f1d892dc (diff)
downloadflex-39fea28db7efd5a594fa9e3260c52ab7574ae0c7.tar.gz
version 2.5.29
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 780296d..f5857c6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,9 @@ changes between releases of flex.
See the file COPYING for copying conditions.
-* after version 2.5.28
+* version 2.5.29 released 2003-3-5
-** Automatic stack management for multiple input buffers
+** Automatic stack management for multiple input buffers in C and C++ scanners
** moved the flex documentation to a new doc/ subdirectory
diff --git a/configure.in b/configure.in
index 0c18d00..821596a 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@ dnl PURPOSE.
dnl autoconf requirements and initialization
AC_PREREQ(2.54)
-AC_INIT(flex,2.5.28,lex-help@lists.sourceforge.net)
+AC_INIT(flex,2.5.29,lex-help@lists.sourceforge.net)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h:conf.in)