Use git describe in version string

This commit is contained in:
fincs 2019-07-29 21:31:31 +02:00
parent 2a0d4a7713
commit 3364cc0e74

View File

@ -45,6 +45,10 @@ INCLUDES := include
#ROMFS := romfs
APP_VERSION := 2.2.0
ifeq ($(RELEASE),)
APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)
endif
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------