From: Tom Rini Date: Mon, 22 Jul 2013 19:57:32 +0000 (-0400) Subject: Prepare v2013.07 X-Git-Tag: v2013.07 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e96446a0bf49683dad66708579873a3b6c4f068;p=u-boot 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