]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
be2iscsi:Bump the driver Version
authorroot <root@localhost.localdomain>
Wed, 2 May 2012 14:21:56 +0000 (19:51 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 11 May 2012 00:08:53 +0000 (17:08 -0700)
 This patch bumps the driver version
Signed-off-by: Minh Tran <MinhDuc.Tran@Emulex.Com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: root <root@localhost.(none)>
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/be2iscsi/be_main.h

index ffcfb04f10b21637b6a1911d64f0e25acbf89d98..4439a5e58a66b6081eb281b3696989c684360304 100644 (file)
@@ -47,6 +47,7 @@ static unsigned int num_hba = 0;
 
 MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table);
 MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR);
+MODULE_VERSION(BUILD_STR);
 MODULE_AUTHOR("Emulex Corporation");
 MODULE_LICENSE("GPL");
 module_param(be_iopoll_budget, int, 0);
index 938addef8f2c42022fbffbb8125a3e4d942155d5..0adc85c64ff5054e1a7ed49d999a37a036e85155 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "be.h"
 #define DRV_NAME               "be2iscsi"
-#define BUILD_STR              "4.1.239.0"
+#define BUILD_STR              "4.2.162.0o"
 #define BE_NAME                        "Emulex OneConnect" \
                                "Open-iSCSI Driver version" BUILD_STR
 #define DRV_DESC               BE_NAME " " "Driver"