diff options
author | John Klug <john.klug@multitech.com> | 2018-08-07 09:37:54 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-08-07 09:37:54 -0500 |
commit | f577933549e8f4d2d2c9b4b046732c481288c26f (patch) | |
tree | 03316cec95819b60750a8d725859ce5103cfe51a | |
parent | c0aa3600a4287b208cc4385f5a4eb73fefd40c6d (diff) | |
download | mts-io-f577933549e8f4d2d2c9b4b046732c481288c26f.tar.gz mts-io-f577933549e8f4d2d2c9b4b046732c481288c26f.tar.bz2 mts-io-f577933549e8f4d2d2c9b4b046732c481288c26f.zip |
Skip 2.1 level because it is for the unreleased XDOT driver.
-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 6e8a4b4..47cc422 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.1.0" +#define DRIVER_VERSION "v2.2.0" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |