From: Wolfgang Denk Date: Sat, 13 Sep 2008 22:59:35 +0000 (+0200) Subject: Prepare v2008.10-rc2 X-Git-Tag: v2008.10-rc2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2071c4239c250da6c8cbc93aa1d74b503acb2507;p=u-boot Prepare v2008.10-rc2 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 2723830ba6..7c13ce826b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2008 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else