From: Tom Rini Date: Mon, 19 Aug 2013 21:26:15 +0000 (-0400) Subject: Prepare v2013.10-rc1 X-Git-Tag: v2013.10-rc1^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40a60c6e8bdd00330310eaa351c9391e74d0bc2c;p=oweals%2Fu-boot.git Prepare v2013.10-rc1 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 332706218f..671308fe93 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ # VERSION = 2013 -PATCHLEVEL = 07 +PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else