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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8ae0fa5edd152b2b29c470b88429be4cdcd2c46;p=pandora-u-boot.git Prepare v2013.01.01 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 3305e8cd1c0..8dd09a55caf 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)