htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 13eafeaca882055d79d77e8617464179c156ceb8
parent 38c45ec2f4dcdaff3a2f0c00f0f71f30e3bbeedb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 30 Oct 2020 13:06:52 +0100

Bump version number to 0.5.1

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -60,7 +60,7 @@ include_directories( ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 5) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(HTRDR_ARGS_DEFAULT_CAMERA_POS "0,0,0")