From: Will Estes Date: Mon, 16 Sep 2002 20:26:16 +0000 (+0000) Subject: version 2.5.20 X-Git-Tag: flex-2-5-20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69a376a8be8eaf82e7f3e358f6ee3d466f859225;p=flex version 2.5.20 --- 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)