From 7b5c327bb3a772ad096af17dcb692a062f8a2b71 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Tue, 8 Mar 2016 19:46:48 +0000 Subject: [PATCH] the new fit interface is the milestone for 3.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c00d02a..6028ddd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialization AC_PREREQ([2.63]) -AC_INIT([LatAnalyze],[3.0],[antonin.portelli@me.com],[LatAnalyze]) +AC_INIT([LatAnalyze],[3.1-unstable],[antonin.portelli@me.com],[LatAnalyze]) AC_CONFIG_AUX_DIR([.buildutils]) AC_CONFIG_SRCDIR([lib/Global.cpp]) AC_CONFIG_SRCDIR([utils/sample_read.cpp])