diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-03-05 19:32:12 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-05 19:32:12 +0100 |
commit | 528f16547689fa771bc7cb8de0885286dd439c17 (patch) | |
tree | 1af9d9742324b18df35963f3b9869d20528bfe9d | |
parent | 2107518d9253b7d329caa40f674f429ebe3b7d73 (diff) | |
download | buildroot-528f16547689fa771bc7cb8de0885286dd439c17.tar.gz buildroot-528f16547689fa771bc7cb8de0885286dd439c17.zip |
Kickoff 2018.05 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 := 2018.02 +export BR2_VERSION := 2018.05-git # Actual time the release is cut (for reproducible builds) BR2_VERSION_EPOCH = 1520198000 |