From: Tom Rini Date: Mon, 22 Jul 2013 19:57:32 +0000 (-0400) Subject: Prepare v2013.07 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=62c175fbb8a0f9a926c88294ea9f7e88eb898f6c;p=u-boot.git Prepare v2013.07 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index f100b8360a..4218226e16 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2013 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else