From: Wolfgang Denk Date: Thu, 29 Sep 2011 19:11:15 +0000 (+0200) Subject: Prepare v2011.09 X-Git-Tag: v2011.09 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58fb473021fd5377db6cb934ea7032da885f80b7;p=u-boot Prepare v2011.09 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index dfe939f1ba..77140eb7a2 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 09 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else