aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-04-16 23:13:51 +0200
committerWolfgang Denk <wd@denx.de>2012-04-16 23:13:51 +0200
commitf5cdc11775c4b7fdbf52a6dd2f463d329804ab11 (patch)
tree362ae60b8776090a35f2abfa7e9a8e37a0150377 /Makefile
parentdb39f24151627733d6166c5e9a875fe8b356fa72 (diff)
Prepare v2012.04-rc2; minor Coding Style cleanupv2012.04-rc2
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ddf8d6a5..c79cc7526 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2012
PATCHLEVEL = 04
SUBLEVEL =
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else