Commit 6ceb0135f96d73063ffbaab5be7ce23933367388

Authored by Wolfgang Denk
1 parent 04e5ae7931

Prepare v2011.09

Signed-off-by: Wolfgang Denk <wd@denx.de>

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