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)