diff options
author | Mike Fiore <mfiore@multitech.com> | 2013-04-22 15:23:38 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2013-04-22 15:23:38 -0500 |
commit | b4a850665ba98fdf56f5cee8e7a561e4aa4ff7d6 (patch) | |
tree | e49bcdb2ceb28a5c57ce3b32aab0bb45e286b0a0 | |
parent | 87fbed4b840148d4b49cad40696499d2482fc6d0 (diff) | |
download | cdp-io-controller-b4a850665ba98fdf56f5cee8e7a561e4aa4ff7d6.tar.gz cdp-io-controller-b4a850665ba98fdf56f5cee8e7a561e4aa4ff7d6.tar.bz2 cdp-io-controller-b4a850665ba98fdf56f5cee8e7a561e4aa4ff7d6.zip |
bump driver versionv0.6.1
-rw-r--r-- | io-module/mts_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 9ea8456..c208083 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -42,7 +42,7 @@ #include "mts_io.h" -#define DRIVER_VERSION "v0.6.0" +#define DRIVER_VERSION "v0.6.1" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |