From cfb2c0c5e86d7fe8eef38c1e35427f50f6019682 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 27 Nov 2020 13:33:39 +0000 Subject: [PATCH] version number bump --- Readme.md | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f98c904..703747c 100644 --- a/Readme.md +++ b/Readme.md @@ -71,6 +71,9 @@ make install where `` should be replaced by the desired prefix for LatAnalyze installation, and `` is the number of parallel build processes (typically twice your number of cores). ## History +#### v3.5.1 +Various fixes and cleaning of outdated code. + #### v3.5 Additions: * 'Impulse' & line type plots diff --git a/configure.ac b/configure.ac index 69eda63..ccca17e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialization AC_PREREQ([2.63]) -AC_INIT([LatAnalyze],[3.5-dev],[antonin.portelli@me.com],[LatAnalyze]) +AC_INIT([LatAnalyze],[3.5.1],[antonin.portelli@me.com],[LatAnalyze]) AC_CONFIG_AUX_DIR([.buildutils]) AC_CONFIG_SRCDIR([lib/Global.cpp]) AC_CONFIG_SRCDIR([utils/sample_read.cpp])