summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-13 09:03:54 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-13 09:03:54 +0100
commit23a288533340c9dd6d5b337ec9c27e96decaf252 (patch)
tree70576a05b0b6b89d204021a9275f3182478a43ac /Makefile
parentfd8a02fd75d652b85f64c1cd7e9adf1ee2329261 (diff)
Update for 2019.02-rc1
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 0d2659c46e..f736ecfb3e 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2019.02-git
+export BR2_VERSION := 2019.02-rc1
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1543701000
+BR2_VERSION_EPOCH = 1550044800
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)