diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-12-01 10:31:43 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-12-01 10:31:43 +0100 |
commit | 57dcad243e6daefefbe21109e1fc97272053a7a0 (patch) | |
tree | 40feae0b5d03fbc992da953da000350c9523f1b6 | |
parent | b2cb0a6e65ed31696073890f77bbb778034ccb38 (diff) | |
download | buildroot-57dcad243e6daefefbe21109e1fc97272053a7a0.tar.gz buildroot-57dcad243e6daefefbe21109e1fc97272053a7a0.zip |
Kickoff 2018.02 cycle
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2017.11 +export BR2_VERSION := 2018.02-git # Actual time the release is cut (for reproducible builds) BR2_VERSION_EPOCH = 1512070000 |