summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-04-05 13:35:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-04-05 17:18:54 +0200
commit476067a78d4fd1ddb141a8cccc63cf3e75cbe7a3 (patch)
treeb5dc79c068de2f3ab2e796b0a4ff9ac4ea5b15c3 /Makefile
parentc836666c7b89936dbed15e350f4edf7e895c524c (diff)
downloadbuildroot-2017.02.1.tar.gz
buildroot-2017.02.1.zip
Update for 2017.02.12017.02.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 0308f9b538..30e76fa7af 100644
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
all:
# Set and export the version string
-export BR2_VERSION := 2017.02
+export BR2_VERSION := 2017.02.1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1488315000
+BR2_VERSION_EPOCH = 1491392000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud