star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit b1813ad36adcfb16cc2a91206766134822c4d745
parent b230307afb65d72bc3a2f13564e79a365ea29780
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 28 Apr 2023 15:37:59 +0200

Merge branch 'release_0.2' into develop

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

diff --git a/README.md b/README.md @@ -29,6 +29,10 @@ informations on CMake. ## Release notes +### Version 0.2 + +Update of the acceleration data structure backend from Embree3 to Embree4 + ### Version 0.1 - Add the `suvm_mesh_desc_compute_hash` function which uses sha256 encryption diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -44,7 +44,7 @@ endif() # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 1) +set(VERSION_MINOR 2) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})