From: Tom Rini Date: Mon, 25 Nov 2013 21:49:32 +0000 (-0500) Subject: Prepare v2014.01-rc1 X-Git-Tag: v2014.01-rc1^0 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=d19ad726bcd5d9106f7ba9c750462fcc369f1020 Prepare v2014.01-rc1 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 52133a5434..a2fb03798c 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ # SPDX-License-Identifier: GPL-2.0+ # -VERSION = 2013 -PATCHLEVEL = 10 +VERSION = 2014 +PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else