diff options
author | John Klug <john.klug@multitech.com> | 2016-10-11 12:12:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-10-11 12:12:48 -0500 |
commit | 88ad5fef1497e10691ed663b9afb41df729f1b49 (patch) | |
tree | 0d7d3128846b54b99ead243b570467f4225dafa0 | |
parent | e7eeb2a651fee2e875c0cc6ce28c5e958824a8ed (diff) | |
download | mts-io-88ad5fef1497e10691ed663b9afb41df729f1b49.tar.gz mts-io-88ad5fef1497e10691ed663b9afb41df729f1b49.tar.bz2 mts-io-88ad5fef1497e10691ed663b9afb41df729f1b49.zip |
Bump the version, since old driver oops
-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 133719d..fd5aa90 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -47,7 +47,7 @@ #include "mts_io.h" -#define DRIVER_VERSION "v1.3.6" +#define DRIVER_VERSION "v1.3.7" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |