diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:26:38 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:26:38 -0400 |
commit | 8bc3fc470eb25af4d70c72485cbcb130cc657691 (patch) | |
tree | b79e0068f46cca29a547786e5ee2cdc739386cca /drivers/ata/pata_platform.c | |
parent | a617c09f6d646b60f31efc8afd9f81b752bf21b7 (diff) | |
download | linux-8bc3fc470eb25af4d70c72485cbcb130cc657691.tar.bz2 |
libata: bump versions
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_platform.c')
-rw-r--r-- | drivers/ata/pata_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_platform.c b/drivers/ata/pata_platform.c index 1f6384895a4f..cbb7866940d6 100644 --- a/drivers/ata/pata_platform.c +++ b/drivers/ata/pata_platform.c @@ -22,7 +22,7 @@ #include <linux/pata_platform.h> #define DRV_NAME "pata_platform" -#define DRV_VERSION "0.1.2" +#define DRV_VERSION "1.0" static int pio_mask = 1; |