From: Wolfgang Denk Date: Sun, 27 Mar 2011 19:50:07 +0000 (+0200) Subject: Prepare v X-Git-Tag: v2011.03-rc2^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cb815e5ff979e36d68df130a810d34de4bf93289;p=u-boot Prepare v Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index dc2e3d8b31..c42432b789 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else