summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-10-21 17:30:43 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-10-21 17:30:43 +0000
commitdd1f9bcf4715b7ec4f549ff0f33a5190042e6e27 (patch)
tree4034551fbfa7186c1f23986037549edbb7ebf5f6
parent5becaac933c3e02b772e522c3012f5eff725ef45 (diff)
downloadflex-git-flex-2-5-23.tar.gz
version 2.5.23flex-2-5-23
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ffd723f..a61f534 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.22
+* version 2.5.23 released 2002-10-21
** more portability fixes
diff --git a/configure.in b/configure.in
index ddc8330..a9aca3e 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@ dnl PURPOSE.
dnl autoconf requirements and initialization
AC_PREREQ(2.54)
-AC_INIT(flex,2.5.22,help-flex@gnu.org)
+AC_INIT(flex,2.5.23,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h:conf.in)