mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Prepare v2009.01
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
635e5f8fc8
commit
72d15e705b
2 changed files with 11 additions and 1 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@
|
|||
VERSION = 2009
|
||||
PATCHLEVEL = 01
|
||||
SUBLEVEL =
|
||||
EXTRAVERSION = -rc3
|
||||
EXTRAVERSION =
|
||||
ifneq "$(SUBLEVEL)" ""
|
||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue