From: Wolfgang Denk Date: Thu, 31 Mar 2011 21:45:36 +0000 (+0200) Subject: Prepare v2011.03 X-Git-Tag: v2011.03^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=19b54a701811220221fc4d5089a2bb18892018ca;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