From 3b24d512be6514ca724d4c895418bab91fe5ad6b Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Tue, 1 Jun 2021 17:31:37 +0200 Subject: [PATCH] increased the version number. --- CMakeLists.txt | 2 +- ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48593b88..8dd2f63d 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.7.2 LANGUAGES C CXX) +project(musrfit VERSION 1.7.3 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(nexus "build optional NeXus support. Needed for ISIS" OFF) diff --git a/ChangeLog b/ChangeLog index e32b9ab4..7eea47d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,12 @@ or https://bitbucket.org/muonspin/musrfit/commits/all +Release of V1.7.3, 2021/06/01 +============================= + +making musrfit Apple Silicon M1 ready. Currently there is still an open issue +with NeXus. + Release of V1.7.2, 2021/04/16 =============================