diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-28 00:49:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-28 00:49:47 +0100 |
commit | 4946775c6db52dba28f72ba3525764b54f1d4593 (patch) | |
tree | e5d0d53ce1e138f05b2ced553933aecc6907c3e1 /Makefile | |
parent | 246c69225c7b962d5c93e92282b78ca9fc5fefee (diff) | |
download | u-boot-imx-4946775c6db52dba28f72ba3525764b54f1d4593.zip u-boot-imx-4946775c6db52dba28f72ba3525764b54f1d4593.tar.gz u-boot-imx-4946775c6db52dba28f72ba3525764b54f1d4593.tar.bz2 |
Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ # VERSION = 2009 -PATCHLEVEL = 08 +PATCHLEVEL = 11 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else |