From: Mitch Williams Date: Wed, 9 Nov 2005 18:36:46 +0000 (-0800) Subject: [PATCH] bonding: version update X-Git-Tag: v2.6.16.28-rc1~1833^2~22^2~7^2~96^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=39755cad88f7b26dcb1edf9dcf14bd85f8fc2a3a;p=karo-tx-linux.git [PATCH] bonding: version update Update the version number for the bonding module. Since we've just added a significant new feature (sysfs support), bump the major number. Signed-off-by: Mitch Williams Acked-by: Jay Vosburgh Signed-off-by: John W. Linville --- diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 903e60aa611e..88b8981d24b0 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h @@ -41,8 +41,8 @@ #include "bond_3ad.h" #include "bond_alb.h" -#define DRV_VERSION "2.6.5" -#define DRV_RELDATE "November 4, 2005" +#define DRV_VERSION "3.0.0" +#define DRV_RELDATE "November 8, 2005" #define DRV_NAME "bonding" #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"