summaryrefslogtreecommitdiffstats
path: root/include/version.mk
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-05-22 11:49:54 +0300
committerJo-Philipp Wich <jo@mein.io>2016-05-24 13:30:58 +0200
commit3193053df7d27bde82fbcc310e4404cc43f39313 (patch)
tree1f092cc3a58adceda9253c9b9e270edd0147b0a0 /include/version.mk
parent6707d9750aa37df75fc1d5c9e64ab599f608c3a2 (diff)
downloadmaster-31e0f0ae-3193053df7d27bde82fbcc310e4404cc43f39313.tar.gz
master-31e0f0ae-3193053df7d27bde82fbcc310e4404cc43f39313.tar.bz2
master-31e0f0ae-3193053df7d27bde82fbcc310e4404cc43f39313.zip
Centralize setting of all version info to include/version.mk
Centralize setting all version information in include/version.mk * Set RELEASE env variable in include/version.mk instead of toplevel.mk. Stop exporting the variable. * Remove hardcoded release name from /etc/banner Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'include/version.mk')
-rw-r--r--include/version.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/version.mk b/include/version.mk
index 15a566b508..ef8024002f 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -9,6 +9,8 @@
# Substituted by SDK, do not remove
# REVISION:=x
+RELEASE:=Reboot
+
PKG_CONFIG_DEPENDS += \
CONFIG_VERSION_NUMBER \
CONFIG_VERSION_NICK \