summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-01-18 21:37:48 +0100
committerWolfgang Denk <wd@denx.de>2009-01-18 21:37:48 +0100
commit635e5f8fc82365e6e9734b3132bc95135a6de679 (patch)
treec19dcec1d5f609101ad692a44a25942bc6355d44 /Makefile
parent65ff9968027335accc77dcb8884d4951c34f3132 (diff)
Prepare 2009.01-rc3v2009.01-rc3
Update CHANGELOG 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 8fb1e2ae2f..9c63643e68 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2009
PATCHLEVEL = 01
SUBLEVEL =
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc3
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else