star-cpr

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

commit 22988b2c2f8cd60a5fa58d66113aa6351552a31a
parent 62816d548387871eaf7b652e9aafd9eedf761053
Author: Vincent Forest <vincent.forest@meos-star.com>
Date:   Tue, 18 Dec 2018 14:23:13 +0100

Merge branch 'release_0.1.2' into develop

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

diff --git a/README.md b/README.md @@ -22,6 +22,11 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.1.2 + +- Update CMake module of the Clipper library: on GNU/Linux, make optional the + debug version of the library. + ### Version 0.1.1 - Update the version of the RSys dependency to 0.6: replace the deprecated 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 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCPR_FILES_SRC scpr_mesh.c)