From b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 20 Jan 2014 17:52:59 -0500 Subject: [PATCH] Prepare v2014.01 Signed-off-by: Tom Rini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b1b364..47a03e3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2014 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else