From: Wolfgang Denk Date: Wed, 27 Oct 2010 20:49:13 +0000 (+0200) Subject: Prepare v2010.12-rc1 X-Git-Tag: v2010.12-rc1^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=908614f20f7f0f5df736eed21b88e81ebbf14e86;p=u-boot Prepare v2010.12-rc1 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 5c83b07da5..b187611740 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 2010 -PATCHLEVEL = 09 +PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else