commit 120fd89fbff22836ab2c203ebf3d75fa3fcf7b05
parent 12f7fcdac1cb3c8897c364307ef964edf2220c31
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 17 Oct 2025 12:44:05 +0200
Prepare version 0.2
Bump version number and write release notes
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -32,6 +32,13 @@ Edit config.mk as needed, then run:
## Release notes
+### Version 0.2
+
+- Make corrections to manual pages.
+- Improve the build system.
+ Simplify it by doing everything in one place (the Makefile).
+ Add macros to control installation sub-directories.
+
### Version 0.1
- Write the man pages directly in mdoc's roff macros, instead of using
diff --git a/config.mk b/config.mk
@@ -1,5 +1,5 @@
VERSION_MAJOR = 0
-VERSION_MINOR = 1
+VERSION_MINOR = 2
VERSION_PATCH = 0
VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)