Sfoglia il codice sorgente

Prepare v2011.12-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 13 anni fa
parent
commit
5738946be4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -22,9 +22,9 @@
 #
 
 VERSION = 2011
-PATCHLEVEL = 09
+PATCHLEVEL = 12
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else