diff --git a/Makefile b/Makefile index 3f7e425..ad446d2 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ TOPDIR ?= $(CURDIR) include $(TOPDIR)/share/wups_rules -export WUT_MAJOR := 0 -export WUT_MINOR := 7 -export WUT_PATCH := 0 +export WUPS_MAJOR := 0 +export WUPS_MINOR := 7 +export WUPS_PATCH := 1 -VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH) +VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH) #--------------------------------------------------------------------------------- # TARGET is the name of the output