From 3a9d879f6f64585b819af728b53be0a05037fe0d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 15 Jan 2013 14:47:42 -0700 Subject: [PATCH] Prepare v2013.01 Signed-off-by: Tom Rini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1b9384d80..3305e8cd1c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2013 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else -- 2.39.2