From: Wolfgang Denk Date: Tue, 10 Jul 2012 07:21:12 +0000 (+0200) Subject: Prepare v2012.07-rc1 X-Git-Tag: v2012.07-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211e47549b668c7cdd8658c0413a272f0d0495d4;p=thirdparty%2Fu-boot.git Prepare v2012.07-rc1 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 85e36ecff59..6e8b5a77649 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 2012 -PATCHLEVEL = 04 -SUBLEVEL = 01 -EXTRAVERSION = +PATCHLEVEL = 07 +SUBLEVEL = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else