mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #9761 from cladmi/pr/release/version
Makefile.include: Include VERSION file for release
This commit is contained in:
commit
67e3b3a8dd
@ -292,6 +292,9 @@ endif
|
||||
# Feature test default CFLAGS and LINKFLAGS for the set compiled.
|
||||
include $(RIOTMAKE)/cflags.inc.mk
|
||||
|
||||
# Include VERSION for releases
|
||||
-include $(RIOTBASE)/VERSION
|
||||
|
||||
# make the RIOT version available to the program
|
||||
ifeq ($(origin RIOT_VERSION), undefined)
|
||||
GIT_STRING := $(shell git --git-dir="$(RIOTBASE)/.git" describe --always --abbrev=4 --dirty=-`hostname` 2> /dev/null)
|
||||
|
Loading…
Reference in New Issue
Block a user