diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-05 17:49:16 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-05 17:49:16 +0100 |
commit | 49fabb152a4330401de568ec4656a3eefbb46385 (patch) | |
tree | 5957e5cd4e199d4381ba8d6bff2a374ec48c9f42 | |
parent | ca7bf21fbf04f28ed503711b6daedcc0108a7faf (diff) | |
download | buildroot-49fabb152a4330401de568ec4656a3eefbb46385.tar.gz buildroot-49fabb152a4330401de568ec4656a3eefbb46385.zip |
Kick-off 2018.05 cycle
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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-rc1 +export BR2_VERSION := 2018.05-git # Actual time the release is cut (for reproducible builds) BR2_VERSION_EPOCH = 1517840000 |