Add WUMS_APPLICATION_REQUESTS_EXIT hook

This commit is contained in:
Maschell
2021-03-13 11:03:42 +01:00
parent a9aabcd149
commit 00cb2d64bd
2 changed files with 7 additions and 1 deletions

View File

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