summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4461a01..959c43d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ changes between releases of flex.
See the file COPYING for copying conditions.
+* version 2.5.21 version 2002-9-17
+
+** one of the tests in the test suite broke the dist target
+
* version 2.5.20 released 2002-9-16
** A flex scanner has the ability to save the DFA tables to a file,
diff --git a/configure.in b/configure.in
index 155e96b..95ff907 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
dnl PURPOSE.
AC_PREREQ(2.50)
-AC_INIT(flex,2.5.20,help-flex@gnu.org)
+AC_INIT(flex,2.5.21,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h:conf.in)