diff options
author | vkashyap <vkashyap@FreeBSD.org> | 2005-02-12 01:16:28 +0000 |
---|---|---|
committer | vkashyap <vkashyap@FreeBSD.org> | 2005-02-12 01:16:28 +0000 |
commit | 1a98d94fcff4a42e23f2f2cdfcabb77ce8b416ec (patch) | |
tree | a6a34bd8d0b11a345caf446d4b5cd60602cebc1a /sys/dev | |
parent | ef40a850a73ede105497d9de909b7c671c408941 (diff) | |
download | FreeBSD-src-1a98d94fcff4a42e23f2f2cdfcabb77ce8b416ec.zip FreeBSD-src-1a98d94fcff4a42e23f2f2cdfcabb77ce8b416ec.tar.gz |
Bumped up the driver version, following recent changes.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/twa/twa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/twa.h b/sys/dev/twa/twa.h index 52aee35..59f9be8 100644 --- a/sys/dev/twa/twa.h +++ b/sys/dev/twa/twa.h @@ -35,7 +35,7 @@ */ -#define TWA_DRIVER_VERSION_STRING "2.50.02.011" +#define TWA_DRIVER_VERSION_STRING "2.50.02.012" #define TWA_CDEV_MAJOR MAJOR_AUTO |