From 83d5d1695a2ab1d69ea4d8e7df27146c644876fc Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 17 Nov 2015 11:16:43 -0500 Subject: [PATCH] Declared version 2.6.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 27ecbdbfa..4c519dc13 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # autoconf requirements and initialization -AC_INIT([the fast lexical analyser generator], [2.6.0rc1], +AC_INIT([the fast lexical analyser generator], [2.6.0], [flex-help@lists.sourceforge.net], [flex]) AC_CONFIG_SRCDIR([src/scan.l]) AC_CONFIG_AUX_DIR([build-aux])