star-geometry-3d

Clean and decorate 3D geometries
git clone git://git.meso-star.fr/star-geometry-3d.git
Log | Files | Refs | README | LICENSE

commit ce90a22d6c710f8d9ad70570e7827bb036d848f1
parent e8dea077f8b206291c3a4df3d835df6e02ccf0d1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 10 Apr 2024 09:49:22 +0200

Merge branch 'release_0.1.3' 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 @@ -23,6 +23,11 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.1.3 + +- BugFix: when property conflicts where found, a wrong triangle was flaged. + As a consequence, geometry dumps of conflicting geometries where wrong. + ### Version 0.1.2 - Fix OBJ dump. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -62,7 +62,7 @@ endif() ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 1) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SG3D_FILES_SRC