From: Tom Rini Date: Sun, 4 Nov 2012 18:44:08 +0000 (-0700) Subject: Prepare v2013.01-rc1 X-Git-Tag: v2013.01-rc1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02eac6cbf79f854495705a5cf074b9b31ebdef47;p=u-boot Prepare v2013.01-rc1 Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 2fe149045b..bc15209c7c 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ # MA 02111-1307 USA # -VERSION = 2012 -PATCHLEVEL = 10 -SUBLEVEL = +VERSION = 2013 +PATCHLEVEL = 01 +SUBLEVEL = -rc1 EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)