diff options
author | Wolfgang Denk <wd@denx.de> | 2011-06-27 22:22:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-06-27 22:22:42 +0200 |
commit | b1af6f532e0d348b153d5c148369229d24af361a (patch) | |
tree | e2ce34acbb1d3e38380334ea8018d42d228c8574 | |
parent | 177f38609bf6e49ca5bb86da08739664b2bab044 (diff) |
Prepare v2011.06v2011.06
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# (C) Copyright 2000-2010 +# (C) Copyright 2000-2011 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 06 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else |