From: Will Estes Date: Mon, 2 Dec 2002 20:50:58 +0000 (+0000) Subject: version 2.5.25 X-Git-Tag: flex-2-5-25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb26816be976de689f495e599dd1e9ba248a05d6;p=flex version 2.5.25 --- diff --git a/NEWS b/NEWS index b70a68b..f46157e 100644 --- a/NEWS +++ b/NEWS @@ -3,12 +3,12 @@ changes between releases of flex. See the file COPYING for copying conditions. -* after version 2.5.24 +* version 2.5.25 released 2002-12-2 ** flex now uses flex_int*_t types. For C99 systems, they are just the int*_t types; for non-C99 systems, we just make some typedefs -** new pt_br translation from the tranlation project +** new pt_br translation from the translation project * version 2.5.24 released 2002-11-25 diff --git a/configure.in b/configure.in index 8941a15..448e51c 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.24,help-flex@gnu.org) +AC_INIT(flex,2.5.25,help-flex@gnu.org) AC_CONFIG_SRCDIR(scan.l) AM_INIT_AUTOMAKE AC_CONFIG_HEADER(config.h:conf.in)