WUMS 0.2.1, increase maximum number of plugin to 32

This commit is contained in:
Maschell
2021-10-31 16:08:31 +01:00
parent e46b58daed
commit fd21c46d8c
2 changed files with 3 additions and 3 deletions

View File

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