Skip to content

Commit

Permalink
Merge pull request #9761 from cladmi/pr/release/version
Browse files Browse the repository at this point in the history
 Makefile.include: Include VERSION file for release
  • Loading branch information
cladmi committed Aug 10, 2018
2 parents f617a29 + 5c9213d commit 67e3b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.include
Expand Up @@ -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)
Expand Down

0 comments on commit 67e3b3a

Please sign in to comment.