summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-04-09 23:51:05 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-04-09 23:51:05 +0200
commit9565a37e0d2aa3c5fb9a4148760c490f2e5226d4 (patch)
treef6623b6ab4df9ae559a692936c55d4b07a391750 /Makefile
parentc3e1d9849a72495f799b007260bbcdc61fc78da3 (diff)
downloadbuildroot-2018.02.1.tar.gz
buildroot-2018.02.1.zip
Update for 2018.02.12018.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 957ba6634a..8004cc2925 100644
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2018.02
+export BR2_VERSION := 2018.02.1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1520198000
+BR2_VERSION_EPOCH = 1523310000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud