From: Wolfgang Denk Date: Thu, 19 May 2011 20:23:50 +0000 (+0200) Subject: Prepare v2011.06-rc1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7a82c208143bbc774ffcb4e53239410f867a0794;p=project%2Fbcm63xx%2Fu-boot.git Prepare v2011.06-rc1 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 878bb85b0f..0400930abc 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 2011 -PATCHLEVEL = 03 +PATCHLEVEL = 06 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else