WUMS 0.3.1 add hook for calling __ini and __fini

This commit is contained in:
Maschell
2022-01-21 19:12:01 +01:00
parent 5da3dd5a77
commit 32044725ef
6 changed files with 33 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ include $(TOPDIR)/share/wums_rules
export WUMS_MAJOR := 0
export WUMS_MINOR := 3
export WUMS_PATCH := 0
export WUMS_PATCH := 1
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)