bump version

pull/14/head
Tom Early 6 years ago
parent 8def29a610
commit 7b9a092e54

@ -54,7 +54,7 @@
#define CFG_DIR "/usr/local/etc" #define CFG_DIR "/usr/local/etc"
#endif #endif
const std::string GW_VERSION("QnetGateway-408"); const std::string GW_VERSION("QnetGateway-409");
static std::atomic<bool> keep_running(true); static std::atomic<bool> keep_running(true);

@ -52,7 +52,7 @@
#include "QnetConfigure.h" #include "QnetConfigure.h"
#include "QnetLink.h" #include "QnetLink.h"
#define LINK_VERSION "QnetLink-407" #define LINK_VERSION "QnetLink-409"
#ifndef BIN_DIR #ifndef BIN_DIR
#define BIN_DIR "/usr/local/bin" #define BIN_DIR "/usr/local/bin"
#endif #endif

Loading…
Cancel
Save

Powered by TurnKey Linux.