From cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 23 Dec 2011 20:25:35 +0100 Subject: Prepare v2011.12 Signed-off-by: Wolfgang Denk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2629682be3..0438f1ef8f 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else -- cgit v1.2.3