From 6addec5e14a213e4f1df6f08f48ee966b2d09520 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Thu, 7 Feb 2019 21:59:20 +0000 Subject: [PATCH] dev version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d1fd797..63c81d0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialization AC_PREREQ([2.63]) -AC_INIT([LatAnalyze],[3.4],[antonin.portelli@me.com],[LatAnalyze]) +AC_INIT([LatAnalyze],[3.4-dev],[antonin.portelli@me.com],[LatAnalyze]) AC_CONFIG_AUX_DIR([.buildutils]) AC_CONFIG_SRCDIR([lib/Global.cpp]) AC_CONFIG_SRCDIR([utils/sample_read.cpp])