Fix version in Makefile

This commit is contained in:
Maschell 2023-11-12 13:05:05 +01:00
parent fe94e4eefc
commit d12a577983
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)