summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2003-01-14 15:51:39 +0000
committerwlestes <wlestes>2003-01-14 15:51:39 +0000
commitfad74f661eb397f9212ddcb7a8ecbd5f5840d64a (patch)
tree565c4a165a72f175c8aee0e1e158fe15b3eea54f
parente0c97165c76b9d04c65096f2c541ca9a149a9c4b (diff)
downloadflex-2-5-26.tar.gz
version 2.5.26flex-2-5-26
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c93b3e0..040c5d3 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.25
+* version 2.5.26 released 2003-1-14
** Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols <bryce@bnichols.org>
diff --git a/configure.in b/configure.in
index cd99666..8dc427a 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.25,help-flex@gnu.org)
+AC_INIT(flex,2.5.26,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h:conf.in)