From: Wolfgang Denk Date: Sun, 28 Nov 2010 18:44:59 +0000 (+0100) Subject: Prepare v2010.12-rc2 X-Git-Tag: v2010.12-rc2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a1904f2bc34e97d79483bcefc35b188620ee9089;p=u-boot Prepare v2010.12-rc2 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 28028dca89..87a383d32c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2010 PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else