]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Prepare v2011.03-rc1 v2011.03-rc1
authorWolfgang Denk <wd@denx.de>
Wed, 2 Feb 2011 21:37:32 +0000 (22:37 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 2 Feb 2011 21:37:32 +0000 (22:37 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index e17d821c7589d0728018e82f382d4107790673d6..05b404df0f76027eebab375954725481df3c0727 100644 (file)
--- a/Makefile
+++ b/Makefile
 # MA 02111-1307 USA
 #
 
-VERSION = 2010
-PATCHLEVEL = 12
+VERSION = 2011
+PATCHLEVEL = 03
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else