From: Wolfgang Denk Date: Thu, 31 Mar 2011 21:45:36 +0000 (+0200) Subject: Prepare v2011.03 X-Git-Tag: v2011.03 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b29fbb347698286935bfc401c08499a6f63479de;p=u-boot Prepare v2011.03 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index c42432b789..ece91ab48b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else