From: Wolfgang Denk Date: Wed, 21 Dec 2011 19:39:46 +0000 (+0100) Subject: Prepare v2011.12-rc3 X-Git-Tag: v2011.12-rc3^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=be662e9a6b7bf27cb7bc06de18f3c51b2ea80160;p=u-boot Prepare v2011.12-rc3 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index ba336ed1b2..2629682be3 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else