diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-03-04 22:28:34 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-04 22:28:34 +0100 |
| commit | 8a94ff12d232ada68cff5957089a78a1f0b8f192 (patch) | |
| tree | 59945c8f7447451f9b87f873f64aeeca96e92991 /Makefile | |
| parent | 69781ebb509c835cad7b6cd12ea37cb8296fb64d (diff) | |
| download | buildroot-2018.02.tar.gz buildroot-2018.02.zip | |
Update for 2018.022018.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
@@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.02-rc3 +export BR2_VERSION := 2018.02 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1519768000 +BR2_VERSION_EPOCH = 1520198000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |

