Merge pull request #570 from mslacken/development

updated tag in Makefile
This commit is contained in:
Christian Goll
2022-11-09 21:05:36 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ VARLIST := OS
# Project Information
VARLIST += WAREWULF VERSION RELEASE
WAREWULF ?= warewulf
VERSION ?= 4.3.0
VERSION ?= 4.4.0rc1
GIT_TAG := $(shell test -e .git && git log -1 --format="%h")
ifdef GIT_TAG