]> granicus.if.org Git - flex/commitdiff
version 2.5.28 flex-2-5-28
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 12 Feb 2003 21:54:42 +0000 (21:54 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 12 Feb 2003 21:54:42 +0000 (21:54 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 9c519e520045f6d394a935731d4040633801d1b6..90d935b03f950e1f12acef6b6092d5ca88c442a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
-* after version 2.5.27
+* version 2.5.28 released 2003-2-12
+
+** flex is now hosted at sourceforge
 
 ** Fixed trailing slash bug in YY_INPUT macro def
 
index 998498a63187901d48b175bcf743f7dd2151ada0..c39bbda96a1a0c881f680defed6b73917f5db460 100644 (file)
@@ -24,7 +24,7 @@ dnl PURPOSE.
 dnl autoconf requirements and initialization
 
 AC_PREREQ(2.54)
-AC_INIT(flex,2.5.27,lex-help@lists.sourceforge.net)
+AC_INIT(flex,2.5.28,lex-help@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(scan.l)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADER(config.h:conf.in)