From: Tom Rini Date: Mon, 1 Oct 2012 16:41:10 +0000 (-0700) Subject: Prepare v2012.10-rc2 X-Git-Tag: v2012.10-rc2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=221953d41dea8dce027b9ce6beee700d97ac2c83;p=kernel%2Fu-boot.git Prepare v2012.10-rc2 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index a40d4cc..34d9075 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else