Prepare v2013.01-rc1

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2012-11-04 11:44:08 -07:00
parent 619dd5de69
commit 3ae7b240ad
1 changed files with 3 additions and 3 deletions

View File

@ -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)