From: Tom Rini Date: Fri, 14 Dec 2012 21:43:22 +0000 (-0700) Subject: Prepare v2013.01-rc2 X-Git-Tag: v2013.01-rc2^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebbf0d20aa85f623c49b7ed3349ebfea450c152d;p=oweals%2Fu-boot.git Prepare v2013.01-rc2 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index de96861ea2..9d434993cc 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2013 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else