star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 1e81caca9b8630abfd7b1d5cf2e102dd60503a10
parent 851caedb7d89f55e07f3d5e16081377d0ea3d321
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 Oct 2021 11:44:21 +0200

Merge branch 'release_0.5' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -22,6 +22,12 @@ project. ## Release notes +### Version 0.5 + +Sets the required version of Star-SampPling to 0.12.1. The versions 0.12 and +highers fix compilation errors with gcc 11 but introduces API breaks: the +`ssp_rng_type` is no longer a structure but becomes an enumeration. + ### Version 0.4.1 - Add a progress log during computations. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -59,8 +59,8 @@ include(rcmake_runtime) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) -set(VERSION_PATCH 1) +set(VERSION_MINOR 5) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SMC_FILES_SRC