summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-02-28 21:57:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-02-28 22:00:23 +0100
commit083c0735e924e0d534328095a944ae159f661219 (patch)
tree0f6eb706fcd31b02fd2672111578ae57da9ee3a9 /Makefile
parent962d1530841336d64d0843de9826a199cb07405a (diff)
downloadbuildroot-2017.02.tar.gz
buildroot-2017.02.zip
Update for 2017.022017.02
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 68b2d47ca0..0308f9b538 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-rc3
+export BR2_VERSION := 2017.02
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1488147000
+BR2_VERSION_EPOCH = 1488315000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud