diff --git a/Makefile b/Makefile index 38cb70b3..ec8ec987 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TOPDIR ?= $(CURDIR) include $(TOPDIR)/share/wut_rules export WUT_MAJOR := 1 -export WUT_MINOR := 4 +export WUT_MINOR := 7 export WUT_PATCH := 0 VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH)