summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-15 12:32:02 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-15 12:32:02 +0000
commit6ab6ae6b2e9afb7210e15a6598ef9a6cfb359cec (patch)
tree0fda603a775f77f14e5cb6bdb99a3b174d0e3b99
parentb229700316ceee882a5a6281a3ad9695754c4d4b (diff)
downloadflex-git-flex-2-5-13.tar.gz
version 2.5.13flex-2-5-13
-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)