diff --git a/Makefile b/Makefile index 5f2c0bb..6938b2e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/share/wups_rules export WUPS_MAJOR := 0 export WUPS_MINOR := 9 -export WUPS_PATCH := 0 +export WUPS_PATCH := 1 VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH)