commit | b3dd629e78870ba2dc9f8032978721c0fa02a856 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Mar 15 22:40:09 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 15 22:40:09 2009 +0100 |
tree | ce014d79ec6e7777650af4a02718d0db67636e67 | |
parent | e05825324a8a7679b87db550a0d7ade06c890494 [diff] [blame] |
Prepare 2009.03-rc2 Update CHANEGLOG, fix minor coding style issue. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/Makefile b/Makefile index b9a09ac..180d2f5 100644 --- a/Makefile +++ b/Makefile
@@ -24,7 +24,7 @@ VERSION = 2009 PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else