star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit 66048e1f7478d50be83628403e2431138e1acdef
parent a1665a50d3a9a7d08ffd3ad73db8d4c6bc7014e0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 23 May 2025 12:14:40 +0200

Prepare version 0.4

Set version number and write release notes.

Diffstat:
MREADME.md | 5+++++
Mconfig.mk | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -29,6 +29,11 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.4 + +- Make suvm-voxelize an installable utility. +- Add the suvm-voxelize man page. + ### Version 0.3.1 - In release, replace the -O2 compilation flag by -O3 since significant diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.3.1 +VERSION = 0.4.0 PREFIX = /usr/local LIB_TYPE = SHARED