]> granicus.if.org Git - flex/commitdiff
version 2.5.29
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 5 Mar 2003 19:37:40 +0000 (19:37 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 5 Mar 2003 19:37:40 +0000 (19:37 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 780296dee65b40de67486343701766ef87c5a987..f5857c6759eaff50dab9ee7bf03eccc328a1c9b2 100644 (file)
--- 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
 
index 0c18d00d0a9ed2e00d413717b9bcab9550272f5e..821596a79f0c1b01f664945544962e764a284e31 100644 (file)
@@ -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)