Fix version in Makefile

This commit is contained in:
Maschell 2023-06-21 16:56:23 +02:00
parent 19d6ca3165
commit 66f48504d3

View File

@ -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