From 10c7604d021949464b1e4ba903df95e6b2f0d2ff Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 27 Jul 2009 00:24:55 +0200 Subject: Prepare 2009.08-rc1 Update CHANGELOG, minor coding style fix. Signed-off-by: Wolfgang Denk --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22bfeebc2..ef535ed88 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 -- cgit v1.2.3