]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Prepare v2012.04-rc1 v2012.04-rc1
authorWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 22:13:05 +0000 (00:13 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 22:13:05 +0000 (00:13 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index 8204312f0337da5ed701f90870cfaefedba168a0..4ddf8d6a5305d48a17d96eafec7d6dcff9fa5162 100644 (file)
--- a/Makefile
+++ b/Makefile
 # MA 02111-1307 USA
 #
 
-VERSION = 2011
-PATCHLEVEL = 12
+VERSION = 2012
+PATCHLEVEL = 04
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else