summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-02-26 23:17:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-02-26 23:17:04 +0100
commit87a23e538a05c043635ed6dac155c3e6f109b3d6 (patch)
tree610b33be32120a0cb33b490c5baa64771e5f181a /Makefile
parent7c77d965bdcd301c2644004140faec613c1ee202 (diff)
downloadbuildroot-87a23e538a05c043635ed6dac155c3e6f109b3d6.tar.gz
buildroot-87a23e538a05c043635ed6dac155c3e6f109b3d6.zip
Update for 2017.02-rc3
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 b5b431a705..68b2d47ca0 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-rc2
+export BR2_VERSION := 2017.02-rc3
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1487631000
+BR2_VERSION_EPOCH = 1488147000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud