This patch bumps up the version.

Signed-off-by: Ayaz Abdulla <[EMAIL PROTECTED]>

--- old/drivers/net/forcedeth.c 2007-05-21 20:09:03.000000000 -0400
+++ new/drivers/net/forcedeth.c 2007-05-21 20:10:32.000000000 -0400
@@ -112,6 +112,7 @@
  *     0.58: 30 Oct 2006: Added support for sideband management unit.
  *     0.59: 30 Oct 2006: Added support for recoverable error.
  *     0.60: 20 Jan 2007: Code optimizations for rings, rx & tx data paths, 
and stats.
+ *     0.61: 21 May 2007: Fix power management code, cpu mask, and added 
vitesse phy.
  *
  * Known bugs:
  * We suspect that on some hardware no TX done interrupts are generated.
@@ -128,7 +129,7 @@
 #else
 #define DRIVERNAPI
 #endif
-#define FORCEDETH_VERSION              "0.60"
+#define FORCEDETH_VERSION              "0.61"
 #define DRV_NAME                       "forcedeth"
 
 #include <linux/module.h>
@@ -5634,6 +5635,7 @@
 MODULE_AUTHOR("Manfred Spraul <[EMAIL PROTECTED]>");
 MODULE_DESCRIPTION("Reverse Engineered nForce ethernet driver");
 MODULE_LICENSE("GPL");
+MODULE_VERSION(FORCEDETH_VERSION);
 
 MODULE_DEVICE_TABLE(pci, pci_tbl);
 

Reply via email to