summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-03-29 23:52:20 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-03-29 23:52:57 +0100
commit863761ff3c6233e6e2ef836c4600590dc0d38197 (patch)
treeae6ab5a88b723b99a1815a89514e08abede0d023 /Makefile
parent8d2bdda23f4128ab31172249cd31e963c53c55ba (diff)
downloadbuildroot-863761ff3c6233e6e2ef836c4600590dc0d38197.tar.gz
buildroot-863761ff3c6233e6e2ef836c4600590dc0d38197.zip
Update for 2019.02.1
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 5098acee0e..5438c3e733 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2019.02
+export BR2_VERSION := 2019.02.1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1551735000
+BR2_VERSION_EPOCH = 1553900000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud