summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 4 insertions, 2 deletions
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)