summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-12-01 23:06:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-12-01 23:06:49 +0100
commit9089a9ff307045bb5fd42ab76ad0a739b5221416 (patch)
tree952342444af8bbd2775570e0bf66aacaac298bcf /Makefile
parentc9dfcbd6ee4ed6878bb081e918c4b7e36955d67c (diff)
downloadbuildroot-9089a9ff307045bb5fd42ab76ad0a739b5221416.tar.gz
buildroot-9089a9ff307045bb5fd42ab76ad0a739b5221416.zip
Update for 2018.11
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 ea44994c6e..c4c34b0ff2 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2018.11-rc3
+export BR2_VERSION := 2018.11
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1543580000
+BR2_VERSION_EPOCH = 1543701000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud