diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2019-03-04 22:49:56 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2019-03-04 22:49:56 +0100 |
| commit | b9674056fbe8d37c1b11ad524075f21dc5deaa15 (patch) | |
| tree | 1ae611874dac3166fed29fc98417a0606571ffe2 /Makefile | |
| parent | 1f551e92dc53e51d43537bbe9f2cb1209ab0c17f (diff) | |
| download | buildroot-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |

