From: Wolfgang Denk Date: Wed, 22 Dec 2010 19:22:14 +0000 (+0100) Subject: Prepare v2010.12 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=250ef029844be2cb98635f265359396866d1749f;p=project%2Fbcm63xx%2Fu-boot.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