Move reent logic into WUMSLoader

This commit is contained in:
Maschell
2026-04-09 16:42:40 +02:00
parent 9916b10c8e
commit 1025c3d2d7
9 changed files with 140 additions and 243 deletions

View File

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