summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in8
2 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e463f93..ef73c4d 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.10
+* version 2.5.11
+
+** fixed some typos in the manual and we now include texinfo.tex
** traditional prototypes output for C scanners, controlled by a
preprocessor symbol; see documentation for details
diff --git a/configure.in b/configure.in
index 2993557..044eec7 100644
--- a/configure.in
+++ b/configure.in
@@ -22,13 +22,15 @@ dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
dnl PURPOSE.
AC_PREREQ(2.50)
-AC_INIT(flex,2.5.10,help-flex@gnu.org)
+AC_INIT(flex,2.5.11,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
-AM_INIT_AUTOMAKE(flex,2.5.10)
+AM_INIT_AUTOMAKE(flex,2.5.11)
AM_CONFIG_HEADER(config.h:conf.in)
AM_GNU_GETTEXT([external])
dnl if this worked, it'd be great
-dnl AM_GNU_GETTEXT_VERSION(0.11.4)
+dnl We're using 0.11.3 as I see no reason to switch to a differently
+broken gettext with a higher version number
+dnl AM_GNU_GETTEXT_VERSION(0.11.3)
AC_PROG_YACC
AC_CHECK_PROG(BISON, bison, bison)