Commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d

Authored by Tom Rini
1 parent 6e9005bd96

Prepare v2013.01-rc2

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 = 01
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc1
  27 +EXTRAVERSION = -rc2
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else