diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-28 16:59:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-28 16:59:30 -0500 |
commit | b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26 (patch) | |
tree | 32814489ca42dfd3636df2f1bdabb87f0f2c5d3a /Makefile | |
parent | 86e42b3629c212d98c7a17e36bd6c0702dcd864c (diff) | |
download | u-boot-b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26.zip u-boot-b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26.tar.gz u-boot-b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26.tar.bz2 |
Prepare v2020.04-rc1v2020.04-rc1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0+ VERSION = 2020 -PATCHLEVEL = 01 +PATCHLEVEL = 04 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = # *DOCUMENTATION* |