From: Wolfgang Denk Date: Wed, 18 Apr 2012 20:52:34 +0000 (+0200) Subject: Prepare v2012.04-rc3 X-Git-Tag: v2012.04-rc3^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb14b6b2f680363678b4e6a75eb9f3f0d79111fa;p=u-boot Prepare v2012.04-rc3 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index c79cc75268..69aaf102f9 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 04 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else