]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Prepare v2011.06 v2011.06
authorWolfgang Denk <wd@denx.de>
Mon, 27 Jun 2011 20:22:42 +0000 (22:22 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Jun 2011 20:22:42 +0000 (22:22 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index e7654539b1cd913bd2320c2f975e6e8532aaafe1..3454db62d77eae0752d71244e6f8495762229882 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2000-2010
+# (C) Copyright 2000-2011
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
@@ -24,7 +24,7 @@
 VERSION = 2011
 PATCHLEVEL = 06
 SUBLEVEL =
-EXTRAVERSION = -rc3
+EXTRAVERSION =
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else