summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2003-02-12 21:54:42 +0000
committerwlestes <wlestes>2003-02-12 21:54:42 +0000
commit841380e3aa98f6601459fb00be8b61c7cdc39f2a (patch)
treeb25cdcb8a3fdc8739afa5bfae89f0e55ea5cab65
parenta0b4a3464642403f9d7d68920f0517114b36fb68 (diff)
downloadflex-841380e3aa98f6601459fb00be8b61c7cdc39f2a.tar.gz
version 2.5.28flex-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)