From 75a2a9b3f3cf1ecbc49840964ef65194d49b2932 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Mon, 21 Jan 2019 13:35:13 +0100 Subject: [PATCH] update version information. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0bc9da6..f6b17c1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # - musrfit cmake_minimum_required(VERSION 3.6) -project(musrfit VERSION 1.4.0 LANGUAGES C CXX) +project(musrfit VERSION 1.4.1 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(nexus "build optional NeXus support. Needed for ISIS" OFF)