summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-03-04 22:49:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-03-04 22:49:56 +0100
commitb9674056fbe8d37c1b11ad524075f21dc5deaa15 (patch)
tree1ae611874dac3166fed29fc98417a0606571ffe2 /Makefile
parent1f551e92dc53e51d43537bbe9f2cb1209ab0c17f (diff)
downloadbuildroot-b9674056fbe8d37c1b11ad524075f21dc5deaa15.tar.gz
buildroot-b9674056fbe8d37c1b11ad524075f21dc5deaa15.zip
Update for 2019.02
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 3d95d066fb..2b91d40919 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2019.02-rc3
+export BR2_VERSION := 2019.02
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1551440000
+BR2_VERSION_EPOCH = 1551735000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
OpenPOWER on IntegriCloud