aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-01-15 14:47:42 -0700
committerTom Rini <trini@ti.com>2013-01-15 14:47:42 -0700
commit3a9d879f6f64585b819af728b53be0a05037fe0d (patch)
treed6764cfa2c2cfd94aad5c7c253fe7abf76ae2efc
parentdf3ad6c81d3c0095879359778a7532160a4a0a30 (diff)
downloadu-boot-3a9d879f6f64585b819af728b53be0a05037fe0d.zip
u-boot-3a9d879f6f64585b819af728b53be0a05037fe0d.tar.gz
u-boot-3a9d879f6f64585b819af728b53be0a05037fe0d.tar.bz2
Prepare v2013.01v2013.01
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 e1b9384..3305e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2013
PATCHLEVEL = 01
SUBLEVEL =
-EXTRAVERSION = -rc3
+EXTRAVERSION =
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else