From: Tom Rini Date: Wed, 2 Oct 2013 18:42:08 +0000 (-0400) Subject: Prepare v2013.04-rc4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0c5274e6f3231a3a28dafc1204b3f71a3534c520;p=project%2Fbcm63xx%2Fu-boot.git Prepare v2013.04-rc4 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 07abef4423..b09bfcca8d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc4 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else