summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-09-02 14:20:36 -0400
committerTom Rini <trini@ti.com>2013-09-02 14:20:36 -0400
commitfb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c (patch)
tree57eb3ffaada657a5ffc768c8889eb4f075feab6e
parenta228296c54a9208d65a0a8bd4f3dddcb76cc69c9 (diff)
Prepare v2013.10-rc2v2013.10-rc2
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a630a5562..ed48279acd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
VERSION = 2013
PATCHLEVEL = 10
SUBLEVEL =
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else