From: Wolfgang Denk Date: Mon, 12 Dec 2011 13:32:37 +0000 (+0100) Subject: Prepare v2011.12-rc1 X-Git-Tag: v2011.12-rc1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee26bfcef5eb5cb4481eb073924cddc22ea2e423;p=u-boot Prepare v2011.12-rc1 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index bf8524d105..5de79155b0 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 2011 -PATCHLEVEL = 09 +PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else