From: Tom Rini Date: Tue, 17 Sep 2013 00:08:33 +0000 (-0400) Subject: Prepare v2013.10-rc3 X-Git-Tag: v2013.10-rc3^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46ef4faed18196472eb95216b2f74c1397ecf024;p=u-boot Prepare v2013.10-rc3 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 1365db68fe..28ddb7e836 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else