Update for 2019.08

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2019-09-01 23:06:01 +02:00
parent 5f8ed8fa57
commit 1fcdfbfb8a
5 changed files with 50 additions and 14 deletions

View File

@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
export BR2_VERSION := 2019.08-rc3
export BR2_VERSION := 2019.08
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1567026000
BR2_VERSION_EPOCH = 1567371000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)