diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-11-09 22:56:48 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-09 22:56:48 +0100 |
| commit | 419fc6abca3911ee58ff5d092aa5e912ae65db93 (patch) | |
| tree | cf5ff88b6b1aab3fac4d3bbfc5ac17a4aeab65cf /Makefile | |
| parent | d8a216920fb295a2fd8429814b5edccd2d1da7bc (diff) | |
| download | buildroot-419fc6abca3911ee58ff5d092aa5e912ae65db93.tar.gz buildroot-419fc6abca3911ee58ff5d092aa5e912ae65db93.zip | |
Update for 2018.11-rc1
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-git +export BR2_VERSION := 2018.11-rc1 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1536263000 +BR2_VERSION_EPOCH = 1541800000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |

