commit | 1631ae581b9ad435ef21618521498be15d393b15 | [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 | f090ab4f2780ef48e73c9b1249daad525c318013 [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