From: Wolfgang Denk Date: Sun, 22 Jul 2012 20:00:02 +0000 (+0200) Subject: Prepare v2012.07-rc2 X-Git-Tag: v2012.07-rc2^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b10652d6d9cc05023b5a6b73840078066f95a50;p=oweals%2Fu-boot.git Prepare v2012.07-rc2 Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 6e8b5a7764..6647fbd2e5 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2012 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else