From: Will Estes Date: Wed, 12 Feb 2003 21:54:42 +0000 (+0000) Subject: version 2.5.28 X-Git-Tag: flex-2-5-28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af426139e0617ff804bc3d64eb0fe8cbe5e7a00f;p=flex version 2.5.28 --- diff --git a/NEWS b/NEWS index 9c519e5..90d935b 100644 --- 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 diff --git a/configure.in b/configure.in index 998498a..c39bbda 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.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)