increment version.

This commit is contained in:
2020-02-03 21:03:45 +01:00
parent 3797c73aeb
commit cf45c6f1d5
2 changed files with 7 additions and 1 deletions

View File

@ -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.5.1 LANGUAGES C CXX)
project(musrfit VERSION 1.5.2 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(dks "build musrfit with DKS (GPU/MIC) support" ON)