From: Wolfgang Denk <wd@denx.de>
Date: Tue, 28 Sep 2010 21:20:55 +0000 (+0200)
Subject: Prepare v2010.09
X-Git-Tag: v2025.01-rc5-pxa1908~20079
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B?a=commitdiff_plain;h=1e4e5ef0469050f014aee1204dae8a9ab6053e49;p=u-boot.git

Prepare v2010.09

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

diff --git a/Makefile b/Makefile
index c15897cf20..fa1bddf5e3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
 VERSION = 2010
 PATCHLEVEL = 09
 SUBLEVEL =
-EXTRAVERSION = -rc2
+EXTRAVERSION =
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else