summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-27 00:24:55 +0200
committerWolfgang Denk <wd@denx.de>2009-07-27 00:24:55 +0200
commit10c7604d021949464b1e4ba903df95e6b2f0d2ff (patch)
treedc3df5f9b6e9c4402d4b01c9be702b7f190871cd /Makefile
parentfafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22 (diff)
downloadblackbird-obmc-uboot-10c7604d021949464b1e4ba903df95e6b2f0d2ff.tar.gz
blackbird-obmc-uboot-10c7604d021949464b1e4ba903df95e6b2f0d2ff.zip
Prepare 2009.08-rc1
Update CHANGELOG, minor coding style fix. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 22bfeebc25..ef535ed881 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
#
VERSION = 2009
-PATCHLEVEL = 06
+PATCHLEVEL = 08
SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else
OpenPOWER on IntegriCloud