From 76f4e6846a6f4a2bce3e6c4ebcf334d1b132b5f3 Mon Sep 17 00:00:00 2001 From: Andreas Suter <andreas.suter@psi.ch> Date: Wed, 22 Sep 2021 08:09:46 +0200 Subject: [PATCH] increase version number from 1.7.4 -> 1.7.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6200e8e..e4a7ff9e 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) -- GitLab