]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
MAKEALL: fix kill_children for BSD hosts
[karo-tx-uboot.git] / 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