From e74ddab3aded9dbeda15e831e453273be0aa18a0 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Wed, 16 Jun 2021 19:56:30 +0200 Subject: [PATCH] increased version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa10c1b3..b57cc00a 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.3 LANGUAGES C CXX) +project(musrfit VERSION 1.7.4 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(dks "build musrfit with DKS (GPU/MIC) support" ON)