summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-02-12 21:54:42 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-02-12 21:54:42 +0000
commitaf426139e0617ff804bc3d64eb0fe8cbe5e7a00f (patch)
treecf3f1aa75f4b4e5b68b6c7ef22393edf86b998ac
parent75547cccf4e50872f1434116054539604d38201b (diff)
version 2.5.28
-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)