From: Wolfgang Denk Date: Mon, 30 Jul 2012 18:24:37 +0000 (+0200) Subject: Prepare v2012.07 X-Git-Tag: v2012.07 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8679b1a4e01cfc7e90be484f4feafdcf153f3a1;p=u-boot Prepare v2012.07 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 32a8bab7ca..eb37ea19fa 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else