Commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c

Authored by Tom Rini
1 parent cb3761ea99

Prepare v2013.10-rc1

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

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

... ... @@ -6,9 +6,9 @@
6 6 #
7 7  
8 8 VERSION = 2013
9   -PATCHLEVEL = 07
  9 +PATCHLEVEL = 10
10 10 SUBLEVEL =
11   -EXTRAVERSION =
  11 +EXTRAVERSION = -rc1
12 12 ifneq "$(SUBLEVEL)" ""
13 13 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
14 14 else