summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-19 17:26:15 -0400
committerTom Rini <trini@ti.com>2013-08-19 17:26:15 -0400
commit40a60c6e8bdd00330310eaa351c9391e74d0bc2c (patch)
tree34192fa6a0848fe7502eaca7d73605ae9a023721
parentcb3761ea995ca2699db19f54e7c5f7e463381459 (diff)
Prepare v2013.10-rc1v2013.10-rc1
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 332706218f..671308fe93 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@
#
VERSION = 2013
-PATCHLEVEL = 07
+PATCHLEVEL = 10
SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else