diff options
author | John Klug <john.klug@multitech.com> | 2022-02-18 17:11:07 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-02-18 17:13:19 -0600 |
commit | 631ca1c9a3d9fe6aa622af178a142a85552eea18 (patch) | |
tree | d79000052e3b6857e628071ebd55bc12e5794716 | |
parent | bf34d5b36031aa6a8f1720205ff3a4de6b5865a5 (diff) | |
download | mtac-631ca1c9a3d9fe6aa622af178a142a85552eea18.tar.gz mtac-631ca1c9a3d9fe6aa622af178a142a85552eea18.tar.bz2 mtac-631ca1c9a3d9fe6aa622af178a142a85552eea18.zip |
Bump driver version4.1.3
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | mtac.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 02a6775..f9fae41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mtac], [4.1.0]) +AC_INIT([mtac], [4.1.3]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h]) @@ -1,4 +1,4 @@ -#define DRIVER_VERSION "v4.1.2" +#define DRIVER_VERSION "v4.1.3" #define DRIVER_AUTHOR "Multi-Tech" #define DRIVER_DESC "MTS driver to supervise MTAC slots" #define DRIVER_NAME "mtac-slots" |