From 3ae7b240ad8c723d02aa79654220a07049b7ae4d Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@ti.com>
Date: Sun, 4 Nov 2012 11:44:08 -0700
Subject: [PATCH] Prepare v2013.01-rc1

Signed-off-by: Tom Rini <trini@ti.com>
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 2fe149045b0..bc15209c7c0 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)
-- 
GitLab