From: Tom Rini Date: Fri, 28 Jun 2013 22:03:51 +0000 (-0400) Subject: Prepare v2013.07-rc2 X-Git-Tag: v2013.07-rc2^0 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e6bf18dba2a21bebf2c421b1c2e188225f6485a1 Prepare v2013.07-rc2 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index fed766ce6b..ba1c10b2dc 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2013 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else