]> git.sur5r.net Git - u-boot/blobdiff - Makefile
cmd_fat.c: Note in fatread help about alignment requirements
[u-boot] / 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