Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Aug 29, 2018
1 parent 565618a commit bf443d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/vscp/common/version.h
Expand Up @@ -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, <a href=\"mailto:info@grodansparadis.com\">Grodans Paradis AB</a>, <a hrefs=\"https://www.grodansparadis.com\">https://www.grodansparadis.com</a>"
Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscpremotetcpif.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit bf443d6

Please sign in to comment.