From f5cdc11775c4b7fdbf52a6dd2f463d329804ab11 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 16 Apr 2012 23:13:51 +0200 Subject: Prepare v2012.04-rc2; minor Coding Style cleanup Signed-off-by: Wolfgang Denk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ddf8d6a53..c79cc75268 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 04 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else -- cgit v1.2.3