diff options
| author | John Klug <john.klug@multitech.com> | 2020-11-23 14:33:40 -0600 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2020-11-23 14:33:40 -0600 | 
| commit | 0394c05709eee33051718172b699c76e79750e39 (patch) | |
| tree | 61f076f80a19396c2955707cd1df85c74a906454 | |
| parent | 90075ae2b50c4342dff880085f7342cb961456d5 (diff) | |
| download | mts-io-0394c05709eee33051718172b699c76e79750e39.tar.gz mts-io-0394c05709eee33051718172b699c76e79750e39.tar.bz2 mts-io-0394c05709eee33051718172b699c76e79750e39.zip | |
Supercap-monitor feature
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | io-module/mts_io_module.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/configure.ac b/configure.ac index b8b04d3..6d04b9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mts-io], [4.4.6]) +AC_INIT([mts-io], [4.5.0])  AC_CONFIG_SRCDIR([util/mts_util_lora2_reset.c])  AM_INIT_AUTOMAKE  AM_CONFIG_HEADER([config.h]) diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 00e586e..301b853 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -5,7 +5,7 @@   * MTAC cards.   */ -#define DRIVER_VERSION  "v4.4.6" +#define DRIVER_VERSION  "v4.5.0"  #define DRIVER_AUTHOR   "Multitech Systems"  #define DRIVER_DESC "MTS-IO Controller"  #define DRIVER_NAME "mts-io" | 
