Commit ee1f4caaa2a3f79d692155eec8a4c7289d60e106

Authored by Tom Rini
1 parent 9fe2cfb43a

Prepare v2012.10-rc1

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

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

... ... @@ -22,9 +22,9 @@
22 22 #
23 23  
24 24 VERSION = 2012
25   -PATCHLEVEL = 07
  25 +PATCHLEVEL = 10
26 26 SUBLEVEL =
27   -EXTRAVERSION =
  27 +EXTRAVERSION = -rc1
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else