Skip to content
Snippets Groups Projects
Commit 8b9e4787 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Update CHANGELOG, prepare 2008-10-rc1 release


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 54b4ab3c
No related branches found
Tags v2008.10-rc1
No related merge requests found
This diff is collapsed.
......@@ -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 | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment