From: Wolfgang Denk Date: Mon, 30 Jul 2012 18:24:37 +0000 (+0200) Subject: Prepare v2012.07 X-Git-Tag: v2012.07^0 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=190649fb4309d1bc0fe7732fd0f951cb6440f935;p=karo-tx-uboot.git 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