From e9247ed3d5ea8de683f13e501230a41c47529ed6 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Mon, 3 Feb 2020 21:03:45 +0100 Subject: [PATCH] increment version. --- CMakeLists.txt | 2 +- ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0555e3f..01c1e94e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if (CMAKE_VERSION GREATER_EQUAL 3.12) cmake_policy(SET CMP0075 NEW) endif (CMAKE_VERSION GREATER_EQUAL 3.12) -project(musrfit VERSION 1.5.1 LANGUAGES C CXX) +project(musrfit VERSION 1.5.2 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(nexus "build optional NeXus support. Needed for ISIS" OFF) diff --git a/ChangeLog b/ChangeLog index 6d003e47..7a2092b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,12 @@ or https://bitbucket.org/muonspin/musrfit/commits/all +Release of V1.5.2, 2020/02/03 +============================= + +Implemented a SECTOR command. It allows to get chisq/maxLH information from +different time sector slots. + Release of V1.5.0, 2019/05/15 =============================