From: Wolfgang Denk Date: Wed, 18 Apr 2012 20:52:34 +0000 (+0200) Subject: Prepare v2012.04-rc3 X-Git-Tag: v2012.04-rc3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2062de0a3356d2e5c4b9ee6b7c805f0ac5cef37;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