From: Tom Rini Date: Wed, 2 Oct 2013 18:42:08 +0000 (-0400) Subject: Prepare v2013.04-rc4 X-Git-Tag: v2013.10-rc4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c99ec7332286341649cd5337eb1bbeabdff13a3a;p=u-boot 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