summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2012-08-03 13:33:48 -0400
committerWill Estes <westes575@gmail.com>2012-08-03 13:33:48 -0400
commit4414e1251c43de9ecc2156812fec975444932055 (patch)
treebb83b0c5e3b51f850bed3c73823e3d3c684e25ee
parent9c4ded369c3bb180fc289f69ce2c9c8157e193e6 (diff)
downloadflex-git-4414e1251c43de9ecc2156812fec975444932055.tar.gz
update flex version to 2.5.37
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1563137..61f5412 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@
# autoconf requirements and initialization
-AC_INIT([the fast lexical analyser generator], [2.5.36],
+AC_INIT([the fast lexical analyser generator], [2.5.37],
[flex-help@lists.sourceforge.net], [flex])
AC_CONFIG_SRCDIR([scan.l])
AM_INIT_AUTOMAKE([gnits dist-bzip2 1.10])