diff --git a/CMakeLists.txt b/CMakeLists.txt index b6200e8e2d3f96841835b6d06e26d89059fb8452..e4a7ff9e740a58a75b828a2c92c6df74fd677386 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.4 LANGUAGES C CXX) +project(musrfit VERSION 1.7.5 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(nexus "build optional NeXus support. Needed for ISIS" OFF)