From c81316ef3294b1e1850205798840098a703ac2a1 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Thu, 12 Dec 2019 18:24:29 +0000 Subject: [PATCH] development version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 059524b..69eda63 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialization AC_PREREQ([2.63]) -AC_INIT([LatAnalyze],[3.5],[antonin.portelli@me.com],[LatAnalyze]) +AC_INIT([LatAnalyze],[3.5-dev],[antonin.portelli@me.com],[LatAnalyze]) AC_CONFIG_AUX_DIR([.buildutils]) AC_CONFIG_SRCDIR([lib/Global.cpp]) AC_CONFIG_SRCDIR([utils/sample_read.cpp])