From: Wolfgang Denk Date: Sun, 11 Sep 2011 19:31:04 +0000 (+0200) Subject: Prepare v2011.09 X-Git-Tag: v2011.09-rc1^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ceb0135f96d73063ffbaab5be7ce23933367388;p=oweals%2Fu-boot.git Prepare v2011.09 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index ee05fb330a..e9ba6a4ca7 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 2011 -PATCHLEVEL = 06 +PATCHLEVEL = 09 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else