commit a6d0a4604eaef3a6e27135a2081adf161c06d3d9
parent a1665a50d3a9a7d08ffd3ad73db8d4c6bc7014e0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 23 May 2025 12:16:17 +0200
Merge branch 'release_0.4' into develop
Diffstat:
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