summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-03-31 21:54:39 (GMT)
committerWolfgang Denk <wd@denx.de>2010-03-31 21:54:39 (GMT)
commitca6e1c136ddb720c3bb2cc043b99f7f06bc46c55 (patch)
treefa36514284976b6135560f9c6375e5a3dffb4584 /Makefile
parent8e64d6efd8d778a5f83d8bff9cd273a86dcc182f (diff)
downloadu-boot-fsl-qoriq-ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55.tar.xz
Prepare v2010.03
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67e62d7..e141cb2 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2010
PATCHLEVEL = 03
SUBLEVEL =
-EXTRAVERSION = -rc3
+EXTRAVERSION =
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else