]> granicus.if.org Git - flex/commitdiff
version 2.5.12 flex-2-5-12
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 8 Aug 2002 15:22:01 +0000 (15:22 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 8 Aug 2002 15:22:01 +0000 (15:22 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b2cd28be95f889a581a4ae20e22f52674899bee1..1e17eeae2b4d4eabc5d981b58d088cfce0342647 100644 (file)
--- 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
 
index 7c2e54aab97b80d5d18a18f619b79a99a025e8d6..731a750a1b286d0030f4c9aa3b3a91af85f59c39 100644 (file)
@@ -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