Makefile 4.3.0rc2

This commit is contained in:
Christian Goll
2022-04-14 14:56:29 +02:00
parent 673463fc9b
commit c29848171e

View File

@@ -12,10 +12,10 @@ VARLIST := OS
# Project Information
VARLIST += WAREWULF VERSION RELEASE
WAREWULF ?= warewulf
VERSION ?= 4.3.0rc1
VERSION ?= 4.3.0rc2
GIT_TAG := $(shell test -e .git && git describe --tags --long --first-parent --always)
ifndef GIT_TAG
ifdef GIT_TAG
ifdef $(filter $(OS),ubuntu debian)
RELEASE ?= 1.git_$(subst -,+,$(GIT_TAG))
else