summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-02-09 15:46:28 +0000
committerwlestes <wlestes>2008-02-09 15:46:28 +0000
commitf2bb257f86fe0f0cd9312fedfaaa129aa7a10034 (patch)
tree60f88924733dcb9ce20a2997e8733746b309c11e
parente1adb20608b63a6a67a9d12c7e68432a39e3a6a8 (diff)
downloadflex-f2bb257f86fe0f0cd9312fedfaaa129aa7a10034.tar.gz
start work on version 2.5.35
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cfcaf74..8f3aa95 100644
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@
# autoconf requirements and initialization
AC_PREREQ(2.59)
-AC_INIT([the fast lexical analyser generator], [2.5.34],
+AC_INIT([the fast lexical analyser generator], [2.5.35],
[flex-help@lists.sourceforge.net], [flex])
AC_CONFIG_SRCDIR([scan.l])
AM_INIT_AUTOMAKE([gnits dist-bzip2])