From: Wolfgang Denk Date: Wed, 22 Jun 2011 09:39:24 +0000 (+0200) Subject: Prepare v2011.06-rc3 X-Git-Tag: v2011.06-rc3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0431724fde21417139eb1209ea8b562235c64c6e;p=u-boot Prepare v2011.06-rc3 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 1619c47ecc..d14955f3f1 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 06 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else