Prepare v2009.01

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2009-01-21 23:08:12 +01:00
parent 635e5f8fc8
commit 72d15e705b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
commit 635e5f8fc82365e6e9734b3132bc95135a6de679
Author: Wolfgang Denk <wd@denx.de>
Date: Sun Jan 18 21:37:48 2009 +0100
Prepare 2009.01-rc3
Update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
commit 4cda437898f7873752f0201757cd33f12196ce87
Author: Mike Frysinger <vapier@gentoo.org>
Date: Sat Jan 17 13:32:42 2009 -0500

View File

@ -24,7 +24,7 @@
VERSION = 2009
PATCHLEVEL = 01
SUBLEVEL =
EXTRAVERSION = -rc3
EXTRAVERSION =
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else