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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c;p=pandora-u-boot.git Prepare v2013.10-rc2 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 4a630a55624..ed48279acd1 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