diff options
author | Eric Moore <eric.moore@lsil.com> | 2006-07-12 03:34:43 +0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-07-13 17:32:43 +0400 |
commit | 92c0bfea9ba61ec2d3a6d4fb1af39358d5e52b71 (patch) | |
tree | 66e476bdc847ca6b697cd578ebca3a70686bfeec /drivers/message/fusion/mptbase.h | |
parent | ba856d32f2cede67fd2a59a53bc662360f17c7b5 (diff) | |
download | linux-92c0bfea9ba61ec2d3a6d4fb1af39358d5e52b71.tar.xz |
[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/mptbase.h')
-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) \ |