From: Tom Rini Date: Tue, 15 Jan 2013 21:47:42 +0000 (-0700) Subject: Prepare v2013.01 X-Git-Tag: v2013.01^0 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=3a9d879f6f64585b819af728b53be0a05037fe0d 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