summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 72d0622..9e46962 100644
--- 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
diff --git a/configure.in b/configure.in
index 58c824a..819f088 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.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)