summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-08-20 10:55:03 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-08-20 10:55:03 +0200
commita907ab7db518ce60deabb016b45619125361c569 (patch)
tree0337e1b92ca4a77bc2270fb1f8495fae0a35d42e /Makefile
parent670260d74bc9f5cc2549801b7e24233c9bcac461 (diff)
downloadbuildroot-a907ab7db518ce60deabb016b45619125361c569.tar.gz
buildroot-a907ab7db518ce60deabb016b45619125361c569.zip
Update for 2018.08-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 f79d39fd26..413ec921cd 100644
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2018.08-rc1
+export BR2_VERSION := 2018.08-rc2
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1533476000
+BR2_VERSION_EPOCH = 1534755000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud