star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit d4597c49f471d0da619805b1c023ccb6edc79f9b
parent 498af6e5a6ee3bfc457c1ae8ee9ec9a8947a6ad4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 29 May 2017 16:24:39 +0200

Merge branch 'release-0.3.1'

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -66,7 +66,7 @@ endif() 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(sstl PROPERTIES DEFINE_SYMBOL SSTL_SHARED_BUILD