commit | a6135beaca02fd7a5b813b46abbc027ce3a49873 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Dec 07 23:14:13 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Dec 07 23:14:13 2009 +0100 |
tree | 2b25eb7dbd1de3be2fb1d1d2c8cd5d13e442f754 | |
parent | a5a27b986e05f0c71dbea690ba24a38708a92a40 [diff] [blame] |
Update CHANGELOG, prepare -rc2 Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/Makefile b/Makefile index 10abadf..19b5ac0 100644 --- a/Makefile +++ b/Makefile
@@ -24,7 +24,7 @@ VERSION = 2009 PATCHLEVEL = 11 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else