star-cpr

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

commit 8f201edc33e3715d054e065e688a260ee4b85634
parent 08bc3abb01459e71bb29b058df4a99de63227b2c
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 11 Sep 2024 09:56:58 +0200

Merge branch 'release_0.5.1'

Diffstat:
MREADME.md | 5+++++
Mconfig.mk | 4++--
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -24,6 +24,11 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5.1 + + - Upgrade Clipper2 dependency to 1.4.0 + Move to the make build system reverted Clipper2 to obsolete 1.1.1 + ### Version 0.5 - Replace CMake with POSIX make as build system. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.5.0 +VERSION = 0.5.1 PREFIX = /usr/local LIB_TYPE = SHARED @@ -24,7 +24,7 @@ RANLIB = ranlib PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE)) -CLIPPER2_VERSION = 1.1.1 +CLIPPER2_VERSION = 1.4 CLIPPER2_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags Clipper2) CLIPPER2_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs Clipper2)