From a36abfc46125821e0127d0685fc8c6323a1cd955 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Sat, 8 Jun 2024 09:17:05 +0200 Subject: [PATCH] updated version info, due to the macOS OpenMP support. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17a94617..d38482ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # - musrfit cmake_minimum_required(VERSION 3.17) -project(musrfit VERSION 1.9.3 LANGUAGES C CXX) +project(musrfit VERSION 1.9.4 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(nexus "build optional NeXus support. Needed for ISIS" OFF)