diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-12-01 23:06:49 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-12-01 23:06:49 +0100 |
| commit | 9089a9ff307045bb5fd42ab76ad0a739b5221416 (patch) | |
| tree | 952342444af8bbd2775570e0bf66aacaac298bcf /Makefile | |
| parent | c9dfcbd6ee4ed6878bb081e918c4b7e36955d67c (diff) | |
| download | buildroot-9089a9ff307045bb5fd42ab76ad0a739b5221416.tar.gz buildroot-9089a9ff307045bb5fd42ab76ad0a739b5221416.zip | |
Update for 2018.11
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 := 2018.11-rc3 +export BR2_VERSION := 2018.11 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1543580000 +BR2_VERSION_EPOCH = 1543701000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |

