From: Tom Rini Date: Thu, 31 Jan 2013 19:47:42 +0000 (-0500) Subject: Prepare v2013.01.01 X-Git-Tag: v2013.01.01^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fheads%2Fu-boot-2013.01.y;p=oweals%2Fu-boot.git Prepare v2013.01.01 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 3305e8cd1c..8dd09a55ca 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ VERSION = 2013 PATCHLEVEL = 01 -SUBLEVEL = +SUBLEVEL = 01 EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)