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 4aa7ee79757c1c5039ce79bfdf4ba126547ada8e
parent 2b83a48e988ee8f13a1765a360345d3c3aaf074f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 10:19:10 +0100

Merge branch 'release_0.3.1' into develop

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 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set_target_properties(s3dstl PROPERTIES DEFINE_SYMBOL S3DSTL_SHARED_BUILD