summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-06-11 12:48:37 -0400
committerWill Estes <westes575@gmail.com>2014-06-12 16:43:01 -0400
commitc979ed27bb4389ead5e812c0336e1d0b70a3a5a8 (patch)
tree1d697020f0a34c1cf59e3165ec0e6a5b79291d33 /configure.ac
parent71aeaac9e835381469f1ae3774f60190b01dd4d3 (diff)
update version number to 2.6.0-pre
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index abc1d16..f1f1ece 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
# autoconf requirements and initialization
-AC_INIT([the fast lexical analyser generator], [2.6.0],
+AC_INIT([the fast lexical analyser generator], [2.6.0-pre],
[flex-help@lists.sourceforge.net], [flex])
SHARED_VERSION_INFO="2:0:0"
AC_SUBST(SHARED_VERSION_INFO)