]> granicus.if.org Git - flex/commitdiff
version 2.5.25 flex-2-5-25
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 2 Dec 2002 20:50:58 +0000 (20:50 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 2 Dec 2002 20:50:58 +0000 (20:50 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b70a68b2cc84d7ed6de35f39b3fa94129cd12654..f46157ed799ea657b7ea0ae5fe370070859f11f4 100644 (file)
--- 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
 
index 8941a15eb57ab53cc4e96732dcc68f212cd3b273..448e51c05490357c3ed629e65b2fffab5f412a08 100644 (file)
@@ -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)