]> Git Repo - linux.git/commitdiff
[PATCH] bonding: update version number
authorJay Vosburgh <[email protected]>
Tue, 26 Sep 2006 17:55:00 +0000 (10:55 -0700)
committerJeff Garzik <[email protected]>
Wed, 27 Sep 2006 20:18:24 +0000 (16:18 -0400)
I neglected to properly update the version number in the recent
patch series; this sets it to something reasonable.

Signed-off-by: Jay Vosburgh <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/net/bonding/bonding.h

index db16fee40a5fb2d15b1c9df4982314a5a10b83d9..dc434fb6da85985def44a225789359a6b076a390 100644 (file)
@@ -22,8 +22,8 @@
 #include "bond_3ad.h"
 #include "bond_alb.h"
 
-#define DRV_VERSION    "3.1.0-test"
-#define DRV_RELDATE    "September 9, 2006"
+#define DRV_VERSION    "3.1.1"
+#define DRV_RELDATE    "September 26, 2006"
 #define DRV_NAME       "bonding"
 #define DRV_DESCRIPTION        "Ethernet Channel Bonding Driver"
 
This page took 0.057797 seconds and 4 git commands to generate.