star-3dstl

Create star-3d geometries from StL files
git clone git://git.meso-star.fr/star-3dstl.git
Log | Files | Refs | README | LICENSE

commit 71ae3506f477c427abe611a48af50edda979e593
parent 84569f43e2704ff823d945a638723d49dfdef832
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 Oct 2021 11:00:12 +0200

Set version to 0.3.2

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -65,7 +65,7 @@ target_link_libraries(s3dstl RSys Star3D StarSTL) set(VERSION_MAJOR 0) set(VERSION_MINOR 3) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set_target_properties(s3dstl PROPERTIES DEFINE_SYMBOL S3DSTL_SHARED_BUILD