From: Tom Rini Date: Tue, 15 Jan 2013 21:47:42 +0000 (-0700) Subject: Prepare v2013.01 X-Git-Tag: v2013.01 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=35c192cf449860aec8766e20a51bf2052a1dc968;p=u-boot Prepare v2013.01 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index e1b9384d80..3305e8cd1c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2013 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else