Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] stex: version update

Update version to 3.1.0.1

Signed-off-by: Ed Lin <ed.lin@promise.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

Ed Lin and committed by
James Bottomley
febb631c 76fbf96f

+2 -4
+2 -4
drivers/scsi/stex.c
··· 11 11 * Written By: 12 12 * Ed Lin <promise_linux@promise.com> 13 13 * 14 - * Version: 3.0.0.1 15 - * 16 14 */ 17 15 18 16 #include <linux/init.h> ··· 35 37 #include <scsi/scsi_tcq.h> 36 38 37 39 #define DRV_NAME "stex" 38 - #define ST_DRIVER_VERSION "3.0.0.1" 40 + #define ST_DRIVER_VERSION "3.1.0.1" 39 41 #define ST_VER_MAJOR 3 40 - #define ST_VER_MINOR 0 42 + #define ST_VER_MINOR 1 41 43 #define ST_OEM 0 42 44 #define ST_BUILD_VER 1 43 45