summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-11-25 13:53:23 +0000
committerwlestes <wlestes>2002-11-25 13:53:23 +0000
commit4db8eb5f750726ad9e78414d5b9f70301de8189a (patch)
tree708f87a83da40ad79635c8b3f3c21f50b74b52f4
parentabde7faeb0a00392ea926d3d409ed5086b36fd6d (diff)
downloadflex-2-5-24.tar.gz
version 2.5.24flex-2-5-24
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 905866f..b7a9391 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.23
+* version 2.5.24 released 2002-11-25
* more portability fixes
diff --git a/configure.in b/configure.in
index 6bf508c..8941a15 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.23,help-flex@gnu.org)
+AC_INIT(flex,2.5.24,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h:conf.in)