commit | e9e8bab3801468a6ce0c141fb19fdfd7278eb505 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Sep 10 00:16:19 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Sep 10 00:16:19 2010 +0200 |
tree | 0b4a1b8370e242bc216fda902f1d51058b20efd0 | |
parent | f23f9dfba11b58645fafe867ad68880075267129 [diff] [blame] |
Prepare v2010.09-rc1 Coding style cleanup. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/Makefile b/Makefile index 44cd357..6ffbb5a 100644 --- a/Makefile +++ b/Makefile
@@ -22,9 +22,9 @@ # VERSION = 2010 -PATCHLEVEL = 06 +PATCHLEVEL = 09 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else