From 2883cc2d48e99fd1873ef8af03fee7966611b735 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 28 Mar 2010 00:25:14 +0100 Subject: Prepare 2010.03-rc3 Update CHANGELOG Signed-off-by: Wolfgang Denk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 27e6e62a75..67e62d746c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2010 PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else -- cgit