commit f5923e6db4bf5adc1dc285f61a588d45184e96b7
parent 9e9f908970c400b1c0fd0c3f18209b5501ec180b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 3 Mar 2025 10:20:26 +0100
Merge branch 'release_0.4'
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -49,6 +49,10 @@ config.mk before running make:
## Release notes
+### Version 0.4
+
+- Add new construction mode 2
+
### Version 0.3.1
- Upgrade star-cpr dependency to 0.5.1
diff --git a/config.mk b/config.mk
@@ -1,6 +1,6 @@
VERSION_MAJOR = 0
-VERSION_MINOR = 3
-VERSION_PATCH = 1
+VERSION_MINOR = 4
+VERSION_PATCH = 0
VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
PREFIX = /usr/local