summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-10-16 13:08:12 -0400
committerTom Rini <trini@ti.com>2013-10-16 13:08:12 -0400
commit183acb700378a8cfc5d50a01a65de93fb2c24586 (patch)
treeb6756a15fd1e165107adf57e7c4a393f7dbcba38
parent8c4dba1a5e5ff67380ae8d54fd5756e44dc2da59 (diff)
Prepare v2013.10v2013.10
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 8a7ed69e65..dc0417914e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
VERSION = 2013
PATCHLEVEL = 10
SUBLEVEL =
-EXTRAVERSION = -rc4
+EXTRAVERSION =
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else