Fix version in Makefile

This commit is contained in:
Maschell 2023-11-12 13:05:05 +01:00
parent 541fc00a8d
commit 501ef2d595
1 changed files with 1 additions and 1 deletions

View File

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