commit 1bc5a614ac4f034858b7e51899fc7226c301ab43 parent 421dfff311ecfeec15f0a99ceceda7c0e63124b8 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 23 Feb 2026 15:18:53 +0100 Prepare version 0.4.1 Write the release notes and increase the version number. Diffstat:
| M | README.md | | | 6 | ++++++ |
| M | config.mk | | | 2 | +- |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -29,6 +29,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.4.1 + +- Correct the installation directory of the header file. + It has been installed in the subdirectory "include/stardis/star", + instead of the directory "include/star". + ### Version 0.4 - Make suvm-voxelize an installable utility. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.4.0 +VERSION = 0.4.1 PREFIX = /usr/local LIB_TYPE = SHARED