htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit 79149014401da5938e9c958317880c7f6ba689ad
parent 8f518aec63e888d0a116b8b8efd29bf21c077675
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Jul 2021 16:17:41 +0200

Merge branch 'release_0.2.2' 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 @@ -48,6 +48,11 @@ for further informations on CMake. ## Release notes +### Version 0.2.2 + +- Correction of compilation errors due to API breaks in Star-VoXel 0.2. +- Correction invalid memory writes. + ### Version 0.2.1 - Fix the acceleration data structures: the Kmin and Kmax stored in the diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -46,7 +46,7 @@ include_directories( ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(HTSKY_FILES_SRC