diff options
author | Mark Lord <liml@rtr.ca> | 2006-05-19 16:41:27 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-05-20 00:31:46 -0400 |
commit | 63a25355cd5cd9a2d19a7c50eed4f0a8aa622f72 (patch) | |
tree | 92e2faafa3b1f180d0bd7494ec662c6677bc4d08 /drivers/scsi | |
parent | 559eedad7f7764dacca33980127b4615011230e4 (diff) |
[PATCH] sata_mv: version bump
Increment the version number inside sata_mv.c.
Signed-off-by: Mark Lord <liml@rtr.ca>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/sata_mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index dcda579ee93a..9b8bca1ac1f0 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c @@ -37,7 +37,7 @@ #include <asm/io.h> #define DRV_NAME "sata_mv" -#define DRV_VERSION "0.6" +#define DRV_VERSION "0.7" enum { /* BAR's are enumerated in terms of pci_resource_start() terms */ |