From: Tom Rini Date: Sat, 22 Sep 2012 00:18:28 +0000 (-0700) Subject: Prepare v2012.10-rc1 X-Git-Tag: v2012.10-rc1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91c92e05eb518c1697c64e30e6887aa59a4fde44;p=u-boot Prepare v2012.10-rc1 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 27c69627d1..e3a27c6249 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 2012 -PATCHLEVEL = 07 +PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else