summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-05-31 23:55:40 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-05-31 23:55:40 +0200
commitdd2020aadf0bf9b157a6f42ec189318edc560d3b (patch)
tree8f9c1988a32c4ece0da037db1d41bcf917b8a82b /Makefile
parent43552504c8aacda2a163c933203a3b77146409c1 (diff)
downloadbuildroot-2017.05.tar.gz
buildroot-2017.05.zip
Update for 2017.052017.05
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 03989d4036..f4d41ced29 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-rc3
+export BR2_VERSION := 2017.05
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1496130000
+BR2_VERSION_EPOCH = 1496267000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud