]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Prepare v2013.04-rc1 v2013.04-rc1
authorTom Rini <trini@ti.com>
Mon, 4 Mar 2013 21:29:17 +0000 (16:29 -0500)
committerTom Rini <trini@ti.com>
Mon, 4 Mar 2013 21:29:17 +0000 (16:29 -0500)
Signed-off-by: Tom Rini <trini@ti.com>
Makefile

index 8f01ff4e0f10bf7601363f7ebe2f4ec3637067a0..55bd55c8c097f882b4d083d87b616d1af35b38bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
 #
 
 VERSION = 2013
-PATCHLEVEL = 01
+PATCHLEVEL = 04
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else