From 64936d551c814d83c171bf1e2678b35fd0428f8e Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Wed, 13 Apr 2016 12:52:41 +0100 Subject: [PATCH] v3.1 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5974496..31b871f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialization AC_PREREQ([2.63]) -AC_INIT([LatAnalyze],[3.1-rc],[antonin.portelli@me.com],[LatAnalyze]) +AC_INIT([LatAnalyze],[3.1],[antonin.portelli@me.com],[LatAnalyze]) AC_CONFIG_AUX_DIR([.buildutils]) AC_CONFIG_SRCDIR([lib/Global.cpp]) AC_CONFIG_SRCDIR([utils/sample_read.cpp])