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

diff --git a/NEWS b/NEWS
index 72d06228068c0caa9b39755427afb21a6b55cf72..9e469624ba5436a150a72f073d36ce926af92f6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ changes between releases of flex
 
 See the file COPYING for copying conditions
 
-* after version 2.5.12
+* version 2.5.13
+
+** the header file output with %option header is now much smaller
 
 ** Fixed type mismatch in printf in scanner skeleton
 
index 58c824a3e367537d584692ec55a53c4d719f13a6..819f0884f8da07daebb1720adf9a304d4a2307e9 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.12,help-flex@gnu.org)
+AC_INIT(flex,2.5.13,help-flex@gnu.org)
 AC_CONFIG_SRCDIR(scan.l)
-AM_INIT_AUTOMAKE(flex,2.5.12)
+AM_INIT_AUTOMAKE(flex,2.5.13)
 AM_CONFIG_HEADER(config.h:conf.in)
           AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION(0.11.5)