]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Prepare v2010.12-rc1 v2010.12-rc1
authorWolfgang Denk <wd@denx.de>
Wed, 27 Oct 2010 20:49:13 +0000 (22:49 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 27 Oct 2010 20:49:13 +0000 (22:49 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index 5c83b07da59e7972b7ff57df0bbb71b4ace0debb..b1876117403f9379cd94bcef43f95a03ecc75c7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
 #
 
 VERSION = 2010
-PATCHLEVEL = 09
+PATCHLEVEL = 12
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else