]> git.sur5r.net Git - u-boot/blobdiff - Makefile
Removes dead code in the file common/cmd_i2c.c
[u-boot] / Makefile
index a69e6d5b60e843509ca78db822188910f65e28ca..bcb3fe953a37e2957210f83ead328ec50efd6936 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
 #
 
 VERSION = 2009
-PATCHLEVEL = 08
+PATCHLEVEL = 11
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else