diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2011-04-26 12:10:08 +0530 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 11:58:22 -0500 |
commit | cbc78ae73bcab6b3277977a6a30e74d1be3cedfa (patch) | |
tree | d396caef6a260ff7faab961e3a4ce5d86b2d6f01 /drivers/message | |
parent | 19fff154e7ee35d1297eb27d7d41e6f8742101ec (diff) | |
download | linux-3.10-cbc78ae73bcab6b3277977a6a30e74d1be3cedfa.tar.gz linux-3.10-cbc78ae73bcab6b3277977a6a30e74d1be3cedfa.tar.bz2 linux-3.10-cbc78ae73bcab6b3277977a6a30e74d1be3cedfa.zip |
[SCSI] mptfusion: Bump version 3.4.19
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 1735c84ff75..fe902338539 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -76,8 +76,8 @@ #define COPYRIGHT "Copyright (c) 1999-2008 " MODULEAUTHOR #endif -#define MPT_LINUX_VERSION_COMMON "3.04.18" -#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.18" +#define MPT_LINUX_VERSION_COMMON "3.04.19" +#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.19" #define WHAT_MAGIC_STRING "@" "(" "#" ")" #define show_mptmod_ver(s,ver) \ |