commit | dc8107c2567368cec3197f10c437f3a29d630730 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Sep 02 14:20:36 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Mon Sep 02 14:20:36 2013 -0400 |
tree | 57eb3ffaada657a5ffc768c8889eb4f075feab6e | |
parent | 929f561ef87437a5b1125fcaa370b74b3aa4f03d [diff] [blame] |
Prepare v2013.10-rc2 Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/Makefile b/Makefile index 4a630a5..ed48279 100644 --- a/Makefile +++ b/Makefile
@@ -8,7 +8,7 @@ VERSION = 2013 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else