From 171e7da121db3c6c3d1e07bb64b193c26c9f9f09 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 22 Jul 2002 14:03:12 +0000 Subject: [PATCH] it's version 2.5.9 now --- NEWS | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ef62e29..3c061c9 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.8 +* version 2.5.9 ** new tests in test suite: test-mem-{nr,r}, test-posix, test-posixly-correct, test-debug-{nr,r} diff --git a/configure.in b/configure.in index 7dd6779..0effaf2 100644 --- a/configure.in +++ b/configure.in @@ -22,9 +22,9 @@ dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR dnl PURPOSE. AC_PREREQ(2.50) -AC_INIT(flex,2.5.8,help-flex@gnu.org) +AC_INIT(flex,2.5.9,help-flex@gnu.org) AC_CONFIG_SRCDIR(scan.l) -AM_INIT_AUTOMAKE(flex,2.5.8) +AM_INIT_AUTOMAKE(flex,2.5.9) AM_CONFIG_HEADER(config.h:conf.in) AM_GNU_GETTEXT([external]) -- 2.40.0