summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-05-17 10:27:16 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-05-17 10:27:16 +0200
commit8ab8f10afaa7579c04d6705eb30c325409e599f9 (patch)
treea4c8424a05ce45a4b45383771787987641686146 /Makefile
parent4b4fc27e1a719d1fa0688e81760531979fb4cb73 (diff)
downloadbuildroot-8ab8f10afaa7579c04d6705eb30c325409e599f9.tar.gz
buildroot-8ab8f10afaa7579c04d6705eb30c325409e599f9.zip
Update for 2017.05-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 95ecf3c653..a3ad40220b 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-rc1
+export BR2_VERSION := 2017.05-rc2
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1494230000
+BR2_VERSION_EPOCH = 1495000000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud