summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2022-06-29 18:48:23 +0300
committerJohn Klug <john.klug@multitech.com>2022-07-06 18:31:55 -0500
commit273e0396252851098bf5c8c775eaba94ec3cc5d4 (patch)
tree60f36c99eaf373128c0042ae8693bd249ef00403
parente80fe22bd12dbd8d4f452eb162a1c4416b7a622e (diff)
downloadmtac-273e0396252851098bf5c8c775eaba94ec3cc5d4.tar.gz
mtac-273e0396252851098bf5c8c775eaba94ec3cc5d4.tar.bz2
mtac-273e0396252851098bf5c8c775eaba94ec3cc5d4.zip
MTX-4532 Update to v4.1.5HEAD4.1.5master
-rw-r--r--configure.ac2
-rw-r--r--mtac.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 519667b..419781c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mtac], [4.1.4])
+AC_INIT([mtac], [4.1.5])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h])
diff --git a/mtac.c b/mtac.c
index 5bb6ea7..da78f67 100644
--- a/mtac.c
+++ b/mtac.c
@@ -1,4 +1,4 @@
-#define DRIVER_VERSION "v4.1.4"
+#define DRIVER_VERSION "v4.1.5"
#define DRIVER_AUTHOR "Multi-Tech"
#define DRIVER_DESC "MTS driver to supervise MTAC slots"
#define DRIVER_NAME "mtac-slots"