From 8cfd0bcc4ac7f96858c849d3dd6f911fe6ba53cf Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Fri, 19 Apr 2024 12:40:50 +0200 Subject: [PATCH] increased musrfit patch number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80d4bdcb..eff2bcee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # - musrfit cmake_minimum_required(VERSION 3.17) -project(musrfit VERSION 1.9.2 LANGUAGES C CXX) +project(musrfit VERSION 1.9.3 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(nexus "build optional NeXus support. Needed for ISIS" OFF)