diff options
| author | Jay Vosburgh <fubar@us.ibm.com> | 2006-09-26 13:55:00 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-09-27 16:18:24 -0400 |
| commit | 0ba8821b12231386c8c1d506c682061f7225ae49 (patch) | |
| tree | c17443422c843cb2000a5b3783f3eb8700daec2f /drivers | |
| parent | fab2062ee4a3969a9c6cb7155534d0d15ddeff54 (diff) | |
[PATCH] bonding: update version number
I neglected to properly update the version number in the recent
patch series; this sets it to something reasonable.
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 db16fee40a5f..dc434fb6da85 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.0-test" | 25 | #define DRV_VERSION "3.1.1" |
| 26 | #define DRV_RELDATE "September 9, 2006" | 26 | #define DRV_RELDATE "September 26, 2006" |
| 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 | ||
