From: Tom Rini Date: Mon, 15 Oct 2012 15:14:08 +0000 (-0700) Subject: Prepare v2012.10 X-Git-Tag: v2012.10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5aad5045f59029384c11058970caa31de2cfa514;p=u-boot Prepare v2012.10 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 90e99af11c..09456e090a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else