Commit fd44194945714a478fab6407c04453caaef0bac9

Authored by Tom Rini
1 parent 215ab45a67

Prepare v2014.01-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 = 2014
9 9 PATCHLEVEL = 01
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