From: Wolfgang Denk Date: Mon, 27 Jun 2011 20:22:42 +0000 (+0200) Subject: Prepare v2011.06 X-Git-Tag: v2011.06 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54d5e1052f16fe5e3337600f485b13b4c6204972;p=oweals%2Fu-boot.git Prepare v2011.06 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index e7654539b1..3454db62d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# (C) Copyright 2000-2010 +# (C) Copyright 2000-2011 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 06 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else