summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-06-14 21:30:39 +0200
committerWolfgang Denk <wd@denx.de>2009-06-14 21:30:39 +0200
commit6b1f78ae6ad037382ad430b07064105c88f7ac02 (patch)
treee8382f81e54322c37700d22f77c00c12545b4e0e /Makefile
parentc3147c1762f8caf99649051116a2411bdf887c10 (diff)
Prepare v2009.06v2009.06
Update CHANGELOG, fix minor coding stylke issue. Update Makefile. 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 4983c0e71b..a23fbf6c48 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2009
PATCHLEVEL = 06
SUBLEVEL =
-EXTRAVERSION = -rc3
+EXTRAVERSION =
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else