From 7b9a092e540d512528f7c5a3a12f088a8badc587 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 9 Apr 2020 15:39:29 -0700 Subject: [PATCH] bump version --- QnetGateway.cpp | 2 +- QnetLink.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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