Commit 0c5274e6f3231a3a28dafc1204b3f71a3534c520

Authored by Tom Rini
1 parent 6297872cd5

Prepare v2013.04-rc4

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