]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Prepare v2013.10-rc1 v2013.10-rc1
authorTom Rini <trini@ti.com>
Mon, 19 Aug 2013 21:26:15 +0000 (17:26 -0400)
committerTom Rini <trini@ti.com>
Mon, 19 Aug 2013 21:26:15 +0000 (17:26 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
Makefile

index 332706218f3f021abd35d8d6cf8b864efb9a0c52..671308fe9336d7e26ec38e8054ac0473b5ccf9b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@
 #
 
 VERSION = 2013
-PATCHLEVEL = 07
+PATCHLEVEL = 10
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else