From: Will Estes Date: Thu, 8 Aug 2002 15:22:01 +0000 (+0000) Subject: version 2.5.12 X-Git-Tag: flex-2-5-12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19d2aafe19143797d5bb949359dde6507317004e;p=flex version 2.5.12 --- diff --git a/NEWS b/NEWS index b2cd28b..1e17eea 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.11 +* version 2.5.12 released 2002-8-8 ** updated gettext support to 0.11.5 diff --git a/configure.in b/configure.in index 7c2e54a..731a750 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.11,help-flex@gnu.org) +AC_INIT(flex,2.5.12,help-flex@gnu.org) AC_CONFIG_SRCDIR(scan.l) -AM_INIT_AUTOMAKE(flex,2.5.11) +AM_INIT_AUTOMAKE(flex,2.5.12) AM_CONFIG_HEADER(config.h:conf.in) AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION(0.11.5) @@ -83,4 +83,5 @@ tests/test-posix/Makefile tests/test-posixly-correct/Makefile dnl --new-test-here-- This line is processed by tests/create-test. ) + AC_OUTPUT