From 183acb700378a8cfc5d50a01a65de93fb2c24586 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 16 Oct 2013 13:08:12 -0400 Subject: [PATCH] Prepare v2013.10 Signed-off-by: Tom Rini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2