summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-07-22 22:00:02 +0200
committerWolfgang Denk <wd@denx.de>2012-07-22 22:00:02 +0200
commit8b10652d6d9cc05023b5a6b73840078066f95a50 (patch)
tree97c9a06ed88274d1e8693119f40494967a89db1a
parent00c60f9131b513af9fc85d0cf1b6a6148d754a90 (diff)
Prepare v2012.07-rc2v2012.07-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 6e8b5a7764..6647fbd2e5 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2012
PATCHLEVEL = 07
SUBLEVEL =
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else