From: Tom Rini Date: Mon, 2 Sep 2013 18:20:36 +0000 (-0400) Subject: Prepare v2013.10-rc2 X-Git-Tag: v2013.10-rc2^0 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c Prepare v2013.10-rc2 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 4a630a5562..ed48279acd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else