diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-15 22:40:09 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-15 22:40:09 +0100 |
commit | b3dd629e78870ba2dc9f8032978721c0fa02a856 (patch) | |
tree | ce014d79ec6e7777650af4a02718d0db67636e67 /Makefile | |
parent | e05825324a8a7679b87db550a0d7ade06c890494 (diff) |
Prepare 2009.03-rc2v2009.03-rc2
Update CHANEGLOG, fix minor coding style issue.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ VERSION = 2009 PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else |