Explorar o código

Prepare v2012.07-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk %!s(int64=12) %!d(string=hai) anos
pai
achega
211e47549b
Modificáronse 1 ficheiros con 3 adicións e 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