diff options
author | Moore, Eric <Eric.Moore@lsil.com> | 2006-03-14 11:14:26 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-03-14 15:35:34 -0500 |
commit | 9dec70e053613c31e8feab9e14607eaaed99d77c (patch) | |
tree | fa3506f25f8ad164ff486eafebc189c2967de754 /drivers/message | |
parent | e6b2d76a49f0ee48527691867d8af2b8f9c10452 (diff) |
[SCSI] fusion - bump version
version bump
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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 892af47cb91c..be7e8501b53c 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -76,8 +76,8 @@ | |||
76 | #define COPYRIGHT "Copyright (c) 1999-2005 " MODULEAUTHOR | 76 | #define COPYRIGHT "Copyright (c) 1999-2005 " MODULEAUTHOR |
77 | #endif | 77 | #endif |
78 | 78 | ||
79 | #define MPT_LINUX_VERSION_COMMON "3.03.07" | 79 | #define MPT_LINUX_VERSION_COMMON "3.03.08" |
80 | #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.03.07" | 80 | #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.03.08" |
81 | #define WHAT_MAGIC_STRING "@" "(" "#" ")" | 81 | #define WHAT_MAGIC_STRING "@" "(" "#" ")" |
82 | 82 | ||
83 | #define show_mptmod_ver(s,ver) \ | 83 | #define show_mptmod_ver(s,ver) \ |