summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-08-08 15:22:01 +0000
committerwlestes <wlestes>2002-08-08 15:22:01 +0000
commit2e8af34fd17e51606bfe28080c5c167ea93b491e (patch)
tree7b6073c290d2fbe72a99e6c3df4a1dfbcb863ed9
parentd5d96fd379c179c50a8db8f5c9fe09de75e069b5 (diff)
downloadflex-2e8af34fd17e51606bfe28080c5c167ea93b491e.tar.gz
version 2.5.12flex-2-5-12
-rw-r--r--NEWS2
-rw-r--r--configure.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b2cd28b..1e17eea 100644
--- 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
diff --git a/configure.in b/configure.in
index 7c2e54a..731a750 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.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