From: Tom Rini Date: Mon, 22 Jul 2013 19:57:32 +0000 (-0400) Subject: Prepare v2013.07 X-Git-Tag: v2013.07^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62c175fbb8a0f9a926c88294ea9f7e88eb898f6c;p=oweals%2Fu-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