increased main version to 1.9.2, libPMusr to 1.4.0, and mupp to 1.1.0.

This commit is contained in:
suter_a 2023-10-25 08:46:02 +02:00
parent 02a1cb7a0c
commit 6f521668c0
5 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# - musrfit # - musrfit
cmake_minimum_required(VERSION 3.17) cmake_minimum_required(VERSION 3.17)
project(musrfit VERSION 1.9.1 LANGUAGES C CXX) project(musrfit VERSION 1.9.2 LANGUAGES C CXX)
#--- musrfit specific options ------------------------------------------------- #--- musrfit specific options -------------------------------------------------
option(nexus "build optional NeXus support. Needed for ISIS" OFF) option(nexus "build optional NeXus support. Needed for ISIS" OFF)

View File

@ -12,6 +12,11 @@ or
https://bitbucket.org/muonspin/musrfit/commits/all https://bitbucket.org/muonspin/musrfit/commits/all
Release of V1.9.2, 2023/10/25
=============================
switch over to smart pointers wherever possible.
Release of V1.9.1, 2023/05/16 Release of V1.9.1, 2023/05/16
============================= =============================

View File

@ -73,7 +73,7 @@ set(prefix "${CMAKE_INSTALL_PREFIX}")
set(exec_prefix "\$\{prefix\}") set(exec_prefix "\$\{prefix\}")
set(libdir "\$\{exec_prefix\}/lib") set(libdir "\$\{exec_prefix\}/lib")
set(includedir "\$\{prefix\}/include") set(includedir "\$\{prefix\}/include")
set(MUSR_VERSION "1.3.0") set(MUSR_VERSION "1.4.0")
set(MUSR_LIBRARY_NAME "PMusr") set(MUSR_LIBRARY_NAME "PMusr")
configure_file("PMusr.pc.in" "PMusr.pc" @ONLY) configure_file("PMusr.pc.in" "PMusr.pc" @ONLY)
set(USERFCN_LIBRARY_NAME "PUserFcnBase") set(USERFCN_LIBRARY_NAME "PUserFcnBase")

View File

@ -8,7 +8,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON) set(CMAKE_AUTORCC ON)
#--- define mupp version ------------------------------------------------------ #--- define mupp version ------------------------------------------------------
set(mupp_VERSION 1.0.0) set(mupp_VERSION 1.1.0)
#--- mupp_version.h generation - START ---------------------------------------- #--- mupp_version.h generation - START ----------------------------------------
configure_file( configure_file(

View File

@ -8,7 +8,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON) set(CMAKE_AUTORCC ON)
#--- define mupp version ------------------------------------------------------ #--- define mupp version ------------------------------------------------------
set(mupp_VERSION 1.0.0) set(mupp_VERSION 1.1.0)
#--- mupp_version.h generation - START ---------------------------------------- #--- mupp_version.h generation - START ----------------------------------------
configure_file( configure_file(