commit | b59b16ca24bc7e77ec113021a6d77b9b32fcf192 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:30:31 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:30:31 2008 +0200 |
tree | 7a422a3a21565a36a23bfbeb55da62de46543727 | |
parent | f7a35a60cf45491871a5c28e9ad24db005487857 [diff] [blame] |
Prepare v2008.10 release: update CHANGELOG & Makefile Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/Makefile b/Makefile index 9055747..58b8331 100644 --- a/Makefile +++ b/Makefile
@@ -24,7 +24,7 @@ VERSION = 2008 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else