commit e8b407d28847d534727af31cc62dba868f8942db parent 58c8bd48f78c5c1b5a6f6b343b7692576f3993a4 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 2 Oct 2025 12:10:07 +0200 Prepare version 0.6.1 Update the version number and write the release notes. Diffstat:
| M | README.md | | | 5 | +++++ |
| M | config.mk | | | 2 | +- |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -22,6 +22,11 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.6.1 + +- Fix the installation path for SSE and AVX files: they were not + installed in their subdirectories as they should have been. + ### Version 0.6 - Fix API headers. Do not include headers (even conditionaly) that diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.6.0 # Library version +VERSION = 0.6.1 # Library version PREFIX = /usr/local LIB_TYPE = SHARED