commit b59e74f8f50f2298a20c08af4e61a32d25d79724 parent 914b18b1c0cda93757a5555d09f706a57868fa90 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 3 Jul 2026 12:59:54 +0200 Makefile: increment VERSION to 0.9.0 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = cngf-pf -VERSION = 0.8.0 +VERSION = 0.9.0 # paths PREFIX = /usr/local