Commit fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c

Authored by Tom Rini
1 parent a228296c54

Prepare v2013.10-rc2

Signed-off-by: Tom Rini <trini@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -8,7 +8,7 @@
8 8 VERSION = 2013
9 9 PATCHLEVEL = 10
10 10 SUBLEVEL =
11   -EXTRAVERSION = -rc1
  11 +EXTRAVERSION = -rc2
12 12 ifneq "$(SUBLEVEL)" ""
13 13 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
14 14 else