diff options
author | Eric Moore | 2006-07-12 01:34:43 +0200 |
---|---|---|
committer | James Bottomley | 2006-07-13 15:32:43 +0200 |
commit | 92c0bfea9ba61ec2d3a6d4fb1af39358d5e52b71 (patch) | |
tree | 66e476bdc847ca6b697cd578ebca3a70686bfeec /drivers/message/fusion | |
parent | [SCSI] mptfusion: misc fix's (diff) | |
download | kernel-qcow2-linux-92c0bfea9ba61ec2d3a6d4fb1af39358d5e52b71.tar.gz kernel-qcow2-linux-92c0bfea9ba61ec2d3a6d4fb1af39358d5e52b71.tar.xz kernel-qcow2-linux-92c0bfea9ba61ec2d3a6d4fb1af39358d5e52b71.zip |
[SCSI] mptfusion: bump version to 3.04.01
bump version to 3.04.01
Signed-off-by: Eric Moore <Eric.Moore@lsil.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 2df5dd09718d..d4cb144ab402 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -75,8 +75,8 @@ #define COPYRIGHT "Copyright (c) 1999-2005 " MODULEAUTHOR #endif -#define MPT_LINUX_VERSION_COMMON "3.04.00" -#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.00" +#define MPT_LINUX_VERSION_COMMON "3.04.01" +#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.01" #define WHAT_MAGIC_STRING "@" "(" "#" ")" #define show_mptmod_ver(s,ver) \ |