summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-23 15:03:48 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-23 15:06:12 +0100
commit108c8312304a1e2341fa7319ca219cf156241654 (patch)
treea32f5bf492e3ab90c94e9e30fb5636e09566155a /Makefile
parente2c21905ff47e9626133bc6dc9ffe7f83308fff9 (diff)
Update for 2019.02-rc2
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 f736ecfb3e..06e49281dd 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2019.02-rc1
+export BR2_VERSION := 2019.02-rc2
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1550044800
+BR2_VERSION_EPOCH = 1550930600
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)