From: Tom Rini Date: Wed, 16 Oct 2013 17:08:12 +0000 (-0400) Subject: Prepare v2013.10 X-Git-Tag: v2013.10^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=183acb700378a8cfc5d50a01a65de93fb2c24586;p=oweals%2Fu-boot.git Prepare v2013.10 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 8a7ed69e65..dc0417914e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc4 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else