From: Wolfgang Denk Date: Tue, 28 Sep 2010 21:20:55 +0000 (+0200) Subject: Prepare v2010.09 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1e4e5ef0469050f014aee1204dae8a9ab6053e49;p=project%2Fbcm63xx%2Fu-boot.git Prepare v2010.09 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index c15897cf20..fa1bddf5e3 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2010 PATCHLEVEL = 09 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else