star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit 6a239b1d4f652e9e152f75d0f37cfb9ba7352905
parent 0ac98c30e356367923588407129a1b3e4eae8710
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 28 Apr 2023 11:57:32 +0200

Merge branch 'release_0.9' into develop

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

diff --git a/README.md b/README.md @@ -120,6 +120,10 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.9 + +Upgrading the ray-tracing backend from Embree3 to Embree4 + ### Version 0.8.1 Fix compilation warnings with GCC 11 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -57,8 +57,8 @@ endif() # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 8) -set(VERSION_PATCH 1) +set(VERSION_MINOR 9) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(S3D_FILES_SRC