Commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c

Authored by Tom Rini
1 parent 50ffc3b64a

Prepare v2013.07

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

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

... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2013
25 25 PATCHLEVEL = 07
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc3
  27 +EXTRAVERSION =
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else