From 66f48504d37a4583fe9398c73fe620e22126a187 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 21 Jun 2023 16:56:23 +0200 Subject: [PATCH] Fix version in Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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