diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-03-01 17:33:23 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-01 17:33:23 +0100 |
commit | 5573ab458696a9aaffc28464dd9654b8c95a5815 (patch) | |
tree | f508df6e8fb6391ecfff15640c64245093dad801 /Makefile | |
parent | 083c0735e924e0d534328095a944ae159f661219 (diff) | |
download | buildroot-5573ab458696a9aaffc28464dd9654b8c95a5815.tar.gz buildroot-5573ab458696a9aaffc28464dd9654b8c95a5815.zip |
Kickoff 2017.05 cycle
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ else # umask / $(CURDIR) / $(O) all: # Set and export the version string -export BR2_VERSION := 2017.02 +export BR2_VERSION := 2017.05-git # Actual time the release is cut (for reproducible builds) BR2_VERSION_EPOCH = 1488315000 |