diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-09-14 18:52:28 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:48:57 -0400 |
commit | 2b83224749e5851469b639d27e13e70621d958a4 (patch) | |
tree | fb3e9db809dcc586c82b2f34e00ec32dff6ad44e /drivers/message/fusion | |
parent | 448f09e618ab82ad90f01a04eae7f04f2985138f (diff) | |
download | kernel_samsung_espresso10-2b83224749e5851469b639d27e13e70621d958a4.zip kernel_samsung_espresso10-2b83224749e5851469b639d27e13e70621d958a4.tar.gz kernel_samsung_espresso10-2b83224749e5851469b639d27e13e70621d958a4.tar.bz2 |
[SCSI] mpt fusion: bump version to 3.04.06
bump version
Signed-off-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion')
-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 53f7e38..9456564 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -75,8 +75,8 @@ #define COPYRIGHT "Copyright (c) 1999-2007 " MODULEAUTHOR #endif -#define MPT_LINUX_VERSION_COMMON "3.04.05" -#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.05" +#define MPT_LINUX_VERSION_COMMON "3.04.06" +#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.06" #define WHAT_MAGIC_STRING "@" "(" "#" ")" #define show_mptmod_ver(s,ver) \ |