diff --git a/src/vscp/common/version.h b/src/vscp/common/version.h index 9b188111a..031f7e70c 100644 --- a/src/vscp/common/version.h +++ b/src/vscp/common/version.h @@ -35,9 +35,9 @@ #define VSCPD_MAJOR_VERSION 13 #define VSCPD_MINOR_VERSION 1 #define VSCPD_RELEASE_VERSION 0 -#define VSCPD_BUILD_VERSION 12 +#define VSCPD_BUILD_VERSION 13 -#define VSCPD_DISPLAY_VERSION "13.1.0.12 Aluminium" +#define VSCPD_DISPLAY_VERSION "13.1.0.13 Aluminium" #define VSCPD_COPYRIGHT "Copyright (C) 2000-2018, Grodans Paradis AB, https://www.grodansparadis.com" #define VSCPD_COPYRIGHT_HTML "Copyright (C) 2000-2018, Grodans Paradis AB, https://www.grodansparadis.com" diff --git a/src/vscp/common/vscpremotetcpif.cpp b/src/vscp/common/vscpremotetcpif.cpp index 7340a693e..cfe3bde46 100644 --- a/src/vscp/common/vscpremotetcpif.cpp +++ b/src/vscp/common/vscpremotetcpif.cpp @@ -60,7 +60,7 @@ //#define DEBUG_INNER_COMMUNICTION // Undef if debug messages is not wanted -#define DEBUG_LIB_VSCP_HELPER 1 +//#define DEBUG_LIB_VSCP_HELPER 1 //class mg_poll_server; //class mg_poll_server;