Browse Source

ntb_netdev: Update Version

Update NTB netdev version to 0.7

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jon Mason 12 years ago
parent
commit
24208bbed9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ntb_netdev.c

+ 1 - 1
drivers/net/ntb_netdev.c

@@ -51,7 +51,7 @@
 #include <linux/pci.h>
 #include <linux/ntb.h>
 
-#define NTB_NETDEV_VER	"0.6"
+#define NTB_NETDEV_VER	"0.7"
 
 MODULE_DESCRIPTION(KBUILD_MODNAME);
 MODULE_VERSION(NTB_NETDEV_VER);