star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit 9e2c229fb03bd225f1eb8be43f84437d63ea0d5a
parent 745e9dcfb20a36fc96be11cbf7c4d438df616e40
Author: Vincent Forest <vincent.forest@meos-star.com>
Date:   Tue, 12 Dec 2017 16:16:31 +0100

Merge branch 'release_0.1.1' into develop

Diffstat:
MREADME.md | 7+++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -20,6 +20,13 @@ package as well as all the aforementioned prerequisites. Then generate the project from the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH` variable the install directories of its dependencies. +## Release notes + +### Version 0.1.1 + +- Update the version of the RSys dependency to 0.6: replace the deprecated + `[N]CHECK` macros by the new macro `CHK`. + ## License Star-Clipper is Copyright (C) |Meso|Star> 2016 (<contact@meso-star.com>). It is diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -48,7 +48,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Polygon) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 1) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCPR_FILES_SRC scpr_mesh.c)