summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-12-02 20:50:58 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-12-02 20:50:58 +0000
commitbb26816be976de689f495e599dd1e9ba248a05d6 (patch)
treed3aa5918867da36d24305c8f1931aaca370bc24d
parent7ec78e5eb7c31bf1f5021e7ea99705fe28502058 (diff)
version 2.5.25
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
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)