star-3daw

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

commit 0faa30fc1b99c244707f5c12fcd8db903240bc8a
parent b7c5fb41045859eea417ae05c81cc6c36ad34711
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 21 Feb 2020 16:05:15 +0100

Bump version number to 0.4

Diffstat:
Mcmake/CMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,8 +56,8 @@ include(rcmake_runtime) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 3) -set(VERSION_PATCH 1) +set(VERSION_MINOR 4) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(S3DAW_FILES_SRC s3daw.c)