summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-02-21 00:20:50 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-02-21 00:20:50 +0100
commitbedc0ccd7052d063e6ce0ab816b44cad29dbc658 (patch)
tree460d892c5f060dd8e58c8c4a024f0ca88cf503c0 /Makefile
parente7c7a8bf5481e898e7591442b0d924c2952797ef (diff)
downloadbuildroot-bedc0ccd7052d063e6ce0ab816b44cad29dbc658.tar.gz
buildroot-bedc0ccd7052d063e6ce0ab816b44cad29dbc658.zip
Update for 2017.02-rc2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9663d15ee0..b5b431a705 100644
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
all:
# Set and export the version string
-export BR2_VERSION := 2017.02-rc1
+export BR2_VERSION := 2017.02-rc2
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1486825200
+BR2_VERSION_EPOCH = 1487631000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud