diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-10-07 11:28:50 +0530 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-10-29 13:03:25 -0400 |
commit | 080bb708ad8f21ea743d1a9233fbc62af0feb10b (patch) | |
tree | e7f528f56723259a1f63d6c40af74b463c33ace0 /drivers/message | |
parent | 9b53b39243cf23a0b68eaa16c37ce16eada69a46 (diff) | |
download | op-kernel-dev-080bb708ad8f21ea743d1a9233fbc62af0feb10b.zip op-kernel-dev-080bb708ad8f21ea743d1a9233fbc62af0feb10b.tar.gz |
[SCSI] mptfusion: Bump version to 3.04.13
Bump version 3.04.13.
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 8dd4d21..b494867 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.12" -#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.12" +#define MPT_LINUX_VERSION_COMMON "3.04.13" +#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.13" #define WHAT_MAGIC_STRING "@" "(" "#" ")" #define show_mptmod_ver(s,ver) \ |