commit | 0c5274e6f3231a3a28dafc1204b3f71a3534c520 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Oct 02 14:42:08 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Wed Oct 02 14:42:08 2013 -0400 |
tree | 2be8846bab33a5c5833939c329e821bad6f69377 | |
parent | 6297872cd5de4705b6318778261b1f3f64a34c11 [diff] [blame] |
Prepare v2013.04-rc4 Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/Makefile b/Makefile index 07abef4..b09bfcc 100644 --- a/Makefile +++ b/Makefile
@@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc4 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else