From: Tom Rini Date: Mon, 15 Oct 2012 15:14:08 +0000 (-0700) Subject: Prepare v2012.10 X-Git-Tag: v2012.10^0 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=6528ff0109d81c1f21d20f9f1370782bccf87bcb;p=karo-tx-uboot.git Prepare v2012.10 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 90e99af11c..09456e090a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else