star-geometry-3d

Clean and decorate 3D geometries
git clone git://git.meso-star.fr/star-geometry-3d.git
Log | Files | Refs | README | LICENSE

commit f48e9d42cb4b81498f77ce03565e0c541ea4b744
parent 0ffb8b24f64b4dd76fb92854e78ff496288de868
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 22 Jan 2024 15:36:00 +0100

Set version number to 0.2

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.1.2 +VERSION = 0.2 PREFIX = /usr/local LIB_TYPE = SHARED