mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-20 21:12:39 +02:00
Use git describe in version string
This commit is contained in:
parent
2a0d4a7713
commit
3364cc0e74
4
Makefile
4
Makefile
@ -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
|
||||
#---------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user