summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-06-19 13:38:31 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-06-19 13:38:31 +0000
commit2ab1b0279968df476917db558e8054bf33710700 (patch)
tree4e6b09a47cd2a245470dbde3b7a953ee64e844dd
parent2eba8b042abd520f02a8fc89867971023f39c448 (diff)
new version number
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cb96829..442f189 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.7,help-flex@gnu.org)
+AC_INIT(flex,2.5.8,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
-AM_INIT_AUTOMAKE(flex,2.5.7)
+AM_INIT_AUTOMAKE(flex,2.5.8)
AM_CONFIG_HEADER(config.h:conf.in)
AM_GNU_GETTEXT([external])