summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.in2
2 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 22cb2d6..4461a01 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ changes between releases of flex.
See the file COPYING for copying conditions.
-* after version 2.5.19
+* version 2.5.20 released 2002-9-16
** A flex scanner has the ability to save the DFA tables to a file,
and load them at runtime when needed.
@@ -17,7 +17,6 @@ See the file COPYING for copying conditions.
** test-table-opts is now run last in the test suite because it's so fat
-
** flex can, to some extent, diagnose where internal problems occur
** new translations from the translation project: fr, ca, de, ru, sv
diff --git a/configure.in b/configure.in
index 3eaae25..155e96b 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.19,help-flex@gnu.org)
+AC_INIT(flex,2.5.20,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h:conf.in)