star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit fa2daa44e7e9474408e4988f9ada1f5a0a7a6617
parent 0f2d71348d8ef517a417a211e1f71c790af63224
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Dec 2023 15:28:44 +0100

Set version number to 0.6

In particular, this version marks the replacement of CMake by POSIX make
as the build system, and provides a pkg-config file to manage the
library as a dependency.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.5.5 +VERSION = 0.6.0 PREFIX = /usr/local LIB_TYPE = SHARED