From: Wolfgang Denk Date: Sun, 28 Nov 2010 18:44:59 +0000 (+0100) Subject: Prepare v2010.12-rc2 X-Git-Tag: v2010.12-rc2^0 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=d0d2271f8c62e830ec65fb069b6d12dd708e3e2f 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