summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-05-02 00:05:42 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-05-02 00:05:42 +0200
commit799aed7a181e82a6446403b7abe77119622a6779 (patch)
treed3452b2acae91660c17935c293963d7c1c87fa43 /Makefile
parentabfcc5624b0bd01a8c8c3c01b4d9b91f9ddeda31 (diff)
downloadbuildroot-2017.02.2.tar.gz
buildroot-2017.02.2.zip
Update for 2017.02.22017.02.2
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 30e76fa7af..92ecdf1907 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.1
+export BR2_VERSION := 2017.02.2
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1491392000
+BR2_VERSION_EPOCH = 1493676000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud