From: Tom Rini Date: Mon, 16 Dec 2013 18:07:05 +0000 (-0500) Subject: Prepare v2014.01-rc2 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fd44194945714a478fab6407c04453caaef0bac9;p=u-boot.git Prepare v2014.01-rc2 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index d6398fee46..f03d116d7c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2014 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else