diff --git a/QnetGateway.cpp b/QnetGateway.cpp index ef4f6be..93f3fde 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -54,7 +54,7 @@ #define CFG_DIR "/usr/local/etc" #endif -const std::string GW_VERSION("QnetGateway-408"); +const std::string GW_VERSION("QnetGateway-409"); static std::atomic keep_running(true); diff --git a/QnetLink.cpp b/QnetLink.cpp index da152e2..2d2e5c8 100644 --- a/QnetLink.cpp +++ b/QnetLink.cpp @@ -52,7 +52,7 @@ #include "QnetConfigure.h" #include "QnetLink.h" -#define LINK_VERSION "QnetLink-407" +#define LINK_VERSION "QnetLink-409" #ifndef BIN_DIR #define BIN_DIR "/usr/local/bin" #endif