From: Will Estes Date: Wed, 5 Mar 2003 19:37:40 +0000 (+0000) Subject: version 2.5.29 X-Git-Tag: flex-2-5-29~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee7ad1bda1e643f709a9631fe962fa8d9e8de749;p=flex version 2.5.29 --- 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)