Commit 7a82c208143bbc774ffcb4e53239410f867a0794

Authored by Wolfgang Denk
1 parent cd6881b519

Prepare v2011.06-rc1

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