summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-05-26 23:57:08 +0200
committerWolfgang Denk <wd@denx.de>2010-05-26 23:57:08 +0200
commit01f03bda5b22e5aeae5f02fd537da97a41485c73 (patch)
tree023110ea9bde5a1130713188d81df5a4dd087b05
parentc4976807cbbabd281f45466ac5e47e5639bcc9cb (diff)
Prepare v2010.06-rc1v2010.06-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1445e8b4d5..686e6fbeb0 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
#
VERSION = 2010
-PATCHLEVEL = 03
+PATCHLEVEL = 06
SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else