Commit 183acb700378a8cfc5d50a01a65de93fb2c24586

Authored by Tom Rini
1 parent 8c4dba1a5e

Prepare v2013.10

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 = -rc4
  11 +EXTRAVERSION =
12 12 ifneq "$(SUBLEVEL)" ""
13 13 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
14 14 else