star-mc

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

commit fe83d96a6d11d758dd3522c9db1f8174cf87047a
parent 03d9991c98ad77771c8b63d84885fa99562ff667
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  7 Oct 2015 11:14:47 +0200

Upgrate the minor version number from 2 to 3

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -59,7 +59,7 @@ include(rcmake_runtime) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 2) +set(VERSION_MINOR 3) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})