summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-05-08 12:18:38 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-05-08 12:21:32 +0200
commitaee0ef54881151368d600500a663f21e160dd816 (patch)
treee8ada113bfb73a13817525aae52a7d4942dcf118 /Makefile
parentc71edb8b9121701f3e3c7eb88b0496e72de5f365 (diff)
downloadbuildroot-aee0ef54881151368d600500a663f21e160dd816.tar.gz
buildroot-aee0ef54881151368d600500a663f21e160dd816.zip
Update for 2017.05-rc1
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 919d5898d0..95ecf3c653 100644
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
all:
# Set and export the version string
-export BR2_VERSION := 2017.05-git
+export BR2_VERSION := 2017.05-rc1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1488315000
+BR2_VERSION_EPOCH = 1494230000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud