diff --git a/CMakeLists.txt b/CMakeLists.txt index bc0e11db..9ff3a577 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # - musrfit --- DKS ----------------------------------------------------------- cmake_minimum_required(VERSION 3.17) -project(musrfit VERSION 1.9.8 LANGUAGES C CXX) +project(musrfit VERSION 1.9.9 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(dks "build musrfit with DKS (GPU/MIC) support" ON) diff --git a/ChangeLog b/ChangeLog index 4c609f52..bd375bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,11 @@ or https://bitbucket.org/muonspin/musrfit/commits/all +Release of V1.9.9, 2025/06/08 +============================= + +add THEORY functions for local Gaussian / global Lorentzian, and a simple F-mu-F function. + Release of V1.9.8, 2025/03/24 =============================