diff options
| author | Wolfgang Denk <[email protected]> | 2008-09-09 23:55:18 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-09-09 23:55:18 +0200 |
| commit | 8b9e4787641719d709bfa2ebeb72e8bd4952bee7 (patch) | |
| tree | bdd67eefd1ad61540b272081f48840f7d3aec35f /Makefile | |
| parent | 54b4ab3c961a2012a1c2a09c259a6343323ec551 (diff) | |
Update CHANGELOG, prepare 2008-10-rc1 releasev2008.10-rc1
Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -21,11 +21,15 @@ # MA 02111-1307 USA # -VERSION = 1 -PATCHLEVEL = 3 -SUBLEVEL = 4 -EXTRAVERSION = +VERSION = 2008 +PATCHLEVEL = 10 +SUBLEVEL = +EXTRAVERSION = -rc1 +ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) +else +U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL)$(EXTRAVERSION) +endif VERSION_FILE = $(obj)include/version_autogenerated.h HOSTARCH := $(shell uname -m | \ |
