summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-09-06 22:05:26 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-09-06 22:11:06 +0200
commit339d550e92ac15de8668f32d66d16f198137006c (patch)
tree15554d76ce18301011042eb12d2e0d2960d8c7e3 /Makefile
parent07613c8890f6a7fea2b1ebbad0ee03a9c91ebb6c (diff)
Update for 2018.08
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 9d66bbacf4..3e1319c1ea 100644
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2018.08-rc3
+export BR2_VERSION := 2018.08
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1535752000
+BR2_VERSION_EPOCH = 1536263000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)