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 1816ab3261591314bef1d50400db82a587f89536
parent 930e5955e962b945526176511d921e15aa20316e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Dec 2018 13:50:48 +0100

Merge branch 'release_0.5.1' 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 @@ -114,6 +114,10 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.5.1 + +- Fix a compilation issue on VC2017 + ### Version 0.5 - Add the support of spherical shapes. A sphere is composed of one primitive diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -59,7 +59,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Embree) ################################################################################ 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(S3D_FILES_SRC