Browse Source

Prepare v2011.09

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 13 years ago
parent
commit
1d5e7fb403
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -24,7 +24,7 @@
 VERSION = 2011
 VERSION = 2011
 PATCHLEVEL = 09
 PATCHLEVEL = 09
 SUBLEVEL =
 SUBLEVEL =
-EXTRAVERSION = -rc2
+EXTRAVERSION =
 ifneq "$(SUBLEVEL)" ""
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else
 else