commit | 46299e44c1c5059c7acfccd662ffca0f229a8538 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Tue Dec 15 23:20:54 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 15 23:20:54 2009 +0100 |
tree | 6054bd3b3a70c5f40cd6354e879837a62e8ad5ff | |
parent | a95e67384ee80cb6d9ace140f27da787bcc6dcb5 [diff] [blame] |
Update CHANGELOG; prepare Prepare v2009.11 Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/Makefile b/Makefile index 19b5ac0..f06a97c 100644 --- a/Makefile +++ b/Makefile
@@ -24,7 +24,7 @@ VERSION = 2009 PATCHLEVEL = 11 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else