diff options
author | Jason Reiss <jreiss@multitech.com> | 2020-03-10 11:29:53 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2020-03-10 11:29:53 -0500 |
commit | 6c9d555e7fdb475b0725f35188d3a09c812d8c7d (patch) | |
tree | 4cd6b05c26741b3562424911aa96ce81c46236c2 /mtac_lora.c | |
parent | 959d78bea4b93ea2ad199c4f8070966cfed69969 (diff) | |
download | mtac-lora-6c9d555e7fdb475b0725f35188d3a09c812d8c7d.tar.gz mtac-lora-6c9d555e7fdb475b0725f35188d3a09c812d8c7d.tar.bz2 mtac-lora-6c9d555e7fdb475b0725f35188d3a09c812d8c7d.zip |
Update mtac_lora.c DRIVER_VERSION to 1.1.3
Diffstat (limited to 'mtac_lora.c')
-rw-r--r-- | mtac_lora.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtac_lora.c b/mtac_lora.c index e5a587e..2082c39 100644 --- a/mtac_lora.c +++ b/mtac_lora.c @@ -1,4 +1,4 @@ -#define DRIVER_VERSION "v1.1.2" +#define DRIVER_VERSION "v1.1.3" #define DRIVER_AUTHOR "John Klug <john.klug@multitech.com>" #define DRIVER_DESC "MTS LoRa Accessory Card" #define DRIVER_NAME "mtac-lora" |