diff options
| author | John Klug <john.klug@multitech.com> | 2018-08-06 18:06:34 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2018-08-06 18:06:34 -0500 |
| commit | c0aa3600a4287b208cc4385f5a4eb73fefd40c6d (patch) | |
| tree | 017834fc313f2608054f9e4ecd050aa4d7d0765a | |
| parent | 342ba736041efa33ccc5c76b67e7214c5cbcd6fd (diff) | |
| download | mts-io-c0aa3600a4287b208cc4385f5a4eb73fefd40c6d.tar.gz mts-io-c0aa3600a4287b208cc4385f5a4eb73fefd40c6d.tar.bz2 mts-io-c0aa3600a4287b208cc4385f5a4eb73fefd40c6d.zip | |
Bump the driver version for MTAC Pulse2.0.10
| -rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 780ee18..6e8a4b4 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -5,7 +5,7 @@ #include <linux/gpio.h> -#define DRIVER_VERSION "v2.0.9" +#define DRIVER_VERSION "v2.1.0" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |
