summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-01-10 14:44:40 -0700
committerTom Rini <trini@ti.com>2013-01-10 14:44:40 -0700
commit6fb4d74e59750b43f00d460c569e8a30c67c5bb0 (patch)
tree8c85de3b1ded809131569af32eadd9b108cf1184
parent58bd77db9dc32847bc5a5f0b5d0f8f6e3780679a (diff)
Prepare v2013.01-rc3v2013.01-rc3
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 a7b6cd1cba..5710a91747 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2013
PATCHLEVEL = 01
SUBLEVEL =
-EXTRAVERSION = -rc2
+EXTRAVERSION = -rc3
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else