Add support for upcoming wut version

This commit is contained in:
Maschell
2026-01-20 17:09:59 +01:00
parent 78b5965c2f
commit 7a8da31813
3 changed files with 13 additions and 16 deletions

View File

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