diff --git a/Makefile.include b/Makefile.include
index 7736b8dde52d50975e6bcdc61f30b7c99bd5aaf2..97f897b1407aaafa0a72203b755fdf793185104c 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -287,6 +287,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)