From: Wolfgang Denk Date: Wed, 2 Feb 2011 21:37:32 +0000 (+0100) Subject: Prepare v2011.03-rc1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42d44f631c4e8e5359775bdc098f2fffde4e5c05;p=people%2Fms%2Fu-boot.git Prepare v2011.03-rc1 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index e17d821c75..05b404df0f 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,10 @@ # MA 02111-1307 USA # -VERSION = 2010 -PATCHLEVEL = 12 +VERSION = 2011 +PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else