diff options
author | Jay Vosburgh <fubar@us.ibm.com> | 2007-01-19 21:15:56 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:47 -0500 |
commit | 658f648ad1c2876e0ce5401e087d2d21d0262441 (patch) | |
tree | a28ff16ac9f85a0cced7c894065cdae6fdf78249 /drivers | |
parent | 877cbd36b27e073eb78fe7073a433fbe0da7d5f8 (diff) |
bonding: update version
Update version number to reflect recent changes.
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-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 731cfb63b663..41aa78bf1f78 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -22,8 +22,8 @@ | |||
22 | #include "bond_3ad.h" | 22 | #include "bond_3ad.h" |
23 | #include "bond_alb.h" | 23 | #include "bond_alb.h" |
24 | 24 | ||
25 | #define DRV_VERSION "3.1.1" | 25 | #define DRV_VERSION "3.1.2" |
26 | #define DRV_RELDATE "September 26, 2006" | 26 | #define DRV_RELDATE "January 20, 2007" |
27 | #define DRV_NAME "bonding" | 27 | #define DRV_NAME "bonding" |
28 | #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" | 28 | #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" |
29 | 29 | ||