diff --git a/Common/APRSCollector.cpp b/Common/APRSCollector.cpp index 02a8809..fc55fd5 100644 --- a/Common/APRSCollector.cpp +++ b/Common/APRSCollector.cpp @@ -60,8 +60,6 @@ CAPRSCollector::~CAPRSCollector() void CAPRSCollector::writeHeader(const wxString& callsign) { m_callsign = callsign; - - wxLogMessage(wxT("APRS: Received callsign from header of \"%s\""), m_callsign.c_str()); } bool CAPRSCollector::writeData(const unsigned char* data) @@ -455,9 +453,6 @@ unsigned int CAPRSCollector::convertNMEA1(unsigned char* data, unsigned int) ::sprintf((char*)data + ::strlen((char*)data), "/A=%06.0f", float(altitude) * 3.28F); } - wxString log((char*)data, wxConvLocal); - wxLogMessage(wxT("APRS: Created APRS string: %s"), log.c_str()); - return ::strlen((char*)data); } @@ -497,9 +492,6 @@ unsigned int CAPRSCollector::convertNMEA2(unsigned char* data, unsigned int) ::sprintf((char*)data + ::strlen((char*)data), "%03d/%03d", bearing, speed); } - wxString log((char*)data, wxConvLocal); - wxLogMessage(wxT("APRS: Created APRS string: %s"), log.c_str()); - return ::strlen((char*)data); } diff --git a/Common/Version.h b/Common/Version.h index aa37246..a65d9b2 100644 --- a/Common/Version.h +++ b/Common/Version.h @@ -24,9 +24,9 @@ const wxString VENDOR_NAME = wxT("G4KLX"); #if defined(__WXDEBUG__) -const wxString VERSION = wxT("20180627 - DEBUG"); +const wxString VERSION = wxT("20180719 - DEBUG"); #else -const wxString VERSION = wxT("20180627"); +const wxString VERSION = wxT("20180719"); #endif #endif diff --git a/ircDDBGateway32.nsi b/ircDDBGateway32.nsi index 75d2ff2..6300ec4 100644 --- a/ircDDBGateway32.nsi +++ b/ircDDBGateway32.nsi @@ -11,8 +11,8 @@ ;Configuration ;General - Name "ircDDB Gateway 20180627" - OutFile "ircDDBGateway32-20180627.exe" + Name "ircDDB Gateway 20180719" + OutFile "ircDDBGateway32-20180719.exe" ;Folder selection page InstallDir "$PROGRAMFILES\ircDDBGateway" diff --git a/ircDDBGateway64.nsi b/ircDDBGateway64.nsi index a94110e..fb1b779 100644 --- a/ircDDBGateway64.nsi +++ b/ircDDBGateway64.nsi @@ -11,8 +11,8 @@ ;Configuration ;General - Name "ircDDB Gateway 20180627" - OutFile "ircDDBGateway64-20180627.exe" + Name "ircDDB Gateway 20180719" + OutFile "ircDDBGateway64-20180719.exe" ;Folder selection page InstallDir "$PROGRAMFILES64\ircDDBGateway"