commit f829fbdaeca3b7f67f2cb840d5b165cead8cc72f
parent 04c37b379f5e6ebf3382cf465484c8297dfbac04
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 7 May 2025 10:16:54 +0200
Prepare version 0.10
Set version number and write release notes
Diffstat:
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -23,6 +23,11 @@ Edit config.mk as needed, then run
## Release notes
+### Version 0.10
+
+- Fix parallel execution of the Makefile for some versions of GNU make.
+- Rewrite the Makefile to make it simpler.
+
### Version 0.9
- Replace CMake by Makefile as build system.
diff --git a/config.mk b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 0.9.0
+VERSION = 0.10.0
PREFIX = /usr/local
LIB_TYPE = SHARED
diff --git a/src/ssf.h b/src/ssf.h
@@ -670,4 +670,3 @@ ssf_pillbox_distribution_setup
END_DECLS
#endif /* SSF_H */
-