Explorar el Código

Prepare v2012.07-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk hace 12 años
padre
commit
211e47549b
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -22,9 +22,9 @@
 #
 
 VERSION = 2012
-PATCHLEVEL = 04
-SUBLEVEL = 01
-EXTRAVERSION =
+PATCHLEVEL = 07
+SUBLEVEL =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else