summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2008-02-09 15:46:28 +0000
committerWill Estes <wlestes@users.sourceforge.net>2008-02-09 15:46:28 +0000
commite8aa810d5a67b4a001e1e749dfaac0a26878d395 (patch)
tree25b227f30d6ebaad9e37a6d58f6432bf5f4a1dcf /configure.in
parentb3b4df3c7c3ada28a3cfb38cd40f10e09a2201d5 (diff)
start work on version 2.5.35
Diffstat (limited to 'configure.in')
-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])