minor fix to git version string

This commit is contained in:
Gregory Kurtzer
2021-12-28 14:07:43 -08:00
parent af51716f55
commit 556d453dd5

View File

@@ -5,7 +5,7 @@ RELEASE ?= 1
SRC ?= main
VERSION_FULL ?= $(shell test -e .git && git describe --tags --long --first-parent)
VERSION_FULL ?= $(shell test -e .git && git describe --tags --long --first-parent --always)
ifeq ($(VERSION_FULL),)
VERSION_FULL := $(VERSION)
endif