From: Wolfgang Denk <wd@denx.de>
Date: Wed, 26 May 2010 21:57:08 +0000 (+0200)
Subject: Prepare v2010.06-rc1
X-Git-Tag: v2025.01-rc5-pxa1908~20227
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B?a=commitdiff_plain;h=01f03bda5b22e5aeae5f02fd537da97a41485c73;p=u-boot.git

Prepare v2010.06-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
---

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