From: Tom Rini Date: Mon, 15 Apr 2013 15:47:10 +0000 (-0400) Subject: Prepare v2013.04-rc3 X-Git-Tag: v2013.04-rc3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83be647fa85edeb64c98d2d61114ca30de30e308;p=u-boot Prepare v2013.04-rc3 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 476baf0c3f..252fc6c3a6 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2013 PATCHLEVEL = 04 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else