From: Wolfgang Denk Date: Wed, 22 Dec 2010 19:22:14 +0000 (+0100) Subject: Prepare v2010.12 X-Git-Tag: v2010.12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=refs%2Ftags%2Fv2010.12;p=karo-tx-uboot.git Prepare v2010.12 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 005addc6b3..90550280bd 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2010 PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else