summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-11 15:47:27 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-11 15:47:27 +0100
commit7320758cad162cfe153cbe1ac00ef3e0e2c70dbe (patch)
tree52d246761aa9adc167ccdd1a721de95a62989e16 /Makefile
parent4f17e8cfcce1f8625f11a38a1739bf0fe35eeeae (diff)
Prepare for 2017.02-rc1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index df3b64eb0..dcda8fe02 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-git
+export BR2_VERSION := 2017.02-rc1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1478206447
+BR2_VERSION_EPOCH = 1486825200
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)