From d12a5779839f7ffbf49be046f899b4fce47d41cc Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 12 Nov 2023 13:05:05 +0100 Subject: [PATCH] Fix version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d4c60a..919cd05 100644 --- a/Makefile +++ b/Makefile @@ -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)