summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-10-23 23:41:14 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-10-23 23:41:14 +0200
commit20b6624f4bb84353e690d897688fd7ac12d6a881 (patch)
treea206fe146a37e171d5a786e851c39191bc7faa13 /Makefile
parente04fc15a1dc1345824986ce333348db5aef7ca7a (diff)
downloadbuildroot-2017.08.1.tar.gz
buildroot-2017.08.1.zip
Update for 2017.08.12017.08.1
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 42fcf6d0bb..eb02092d15 100644
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2017.08
+export BR2_VERSION := 2017.08.1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1504300000
+BR2_VERSION_EPOCH = 1508790000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud