star-cpr

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

commit 6ea8e2b63c505cc0b8afc24970db6d2f5de5b86c
parent 732437db88890700f9fdda1fe20fa662eeb2deda
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 28 Nov 2023 16:50:55 +0100

Merge branch 'release_0.4.1' into develop

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

diff --git a/README.md b/README.md @@ -22,6 +22,10 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.4.1 + +- Upgrade Clipper2 dependency to 1.3.0. + ### Version 0.4 - Add scpr_is_vertex_in_component, scpr_is_component_in_component and diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -48,7 +48,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Polygon Clipper2) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCPR_FILES_SRC