diff options
author | Mitch Williams <mitch.a.williams@intel.com> | 2005-11-09 13:36:46 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2005-11-13 14:48:21 -0500 |
commit | 39755cad88f7b26dcb1edf9dcf14bd85f8fc2a3a (patch) | |
tree | ca97e884af3e241f356808cb8888d24d1197ef3e /drivers/net/bonding | |
parent | b76cdba9cdb29b091cacb4c11534ffb2eac02f64 (diff) |
[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 <mitch.a.williams@intel.com>
Acked-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r-- | drivers/net/bonding/bonding.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
41 | #include "bond_3ad.h" | 41 | #include "bond_3ad.h" |
42 | #include "bond_alb.h" | 42 | #include "bond_alb.h" |
43 | 43 | ||
44 | #define DRV_VERSION "2.6.5" | 44 | #define DRV_VERSION "3.0.0" |
45 | #define DRV_RELDATE "November 4, 2005" | 45 | #define DRV_RELDATE "November 8, 2005" |
46 | #define DRV_NAME "bonding" | 46 | #define DRV_NAME "bonding" |
47 | #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" | 47 | #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" |
48 | 48 | ||