summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-14 00:59:35 +0200
committerWolfgang Denk <wd@denx.de>2008-09-14 00:59:35 +0200
commitc0d2f87d6c450128b88e73eea715fa3654f65b6c (patch)
tree4415a11e1c6150bc4f8f7d83cf8356b8383b6255
parentf12e4549b6fb01cd2654348af95a3c7a6ac161e7 (diff)
Prepare v2008.10-rc2v2008.10-rc2
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2723830ba6..7c13ce826b 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2008
PATCHLEVEL = 10
SUBLEVEL =
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else