commit | 8b10652d6d9cc05023b5a6b73840078066f95a50 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Jul 22 22:00:02 2012 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Jul 22 22:00:02 2012 +0200 |
tree | 97c9a06ed88274d1e8693119f40494967a89db1a | |
parent | 00c60f9131b513af9fc85d0cf1b6a6148d754a90 [diff] [blame] |
Prepare v2012.07-rc2 Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/Makefile b/Makefile index 6e8b5a7..6647fbd 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