htrdr

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

commit 9d478c341fe45ba052d8959cd83e028fe825ecfd
parent 0425a4c87f8bc833400939ade110ca61b913c840
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Oct 2021 09:56:18 +0200

Merge branch 'release_0.8.1' into develop

Diffstat:
MREADME.md | 5+++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -76,6 +76,11 @@ informations on CMake. ## Release notes +### Version 0.8.1 + +Sets the required version of Star-SampPling to 0.12. This version fixes +compilation errors with gcc 11 but introduce API breaks. + ### Version 0.8 - Adds support for a thin lens camera model and an orthographic camera model diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -24,7 +24,7 @@ set(HTRDR_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR}) set(VERSION_MAJOR 0) set(VERSION_MINOR 8) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) option(HTRDR_BUILD_ATMOSPHERE "Build the htrdr-atmosphere program" ON)