diff --git a/Conf.cpp b/Conf.cpp index da1b3d2..b03ff90 100644 --- a/Conf.cpp +++ b/Conf.cpp @@ -724,7 +724,6 @@ bool CConf::read() m_dstarRemoteGateway = ::atoi(value) == 1; else if (::strcmp(key, "ModeHang") == 0) m_dstarModeHang = (unsigned int)::atoi(value); - } else if (section == SECTION::DMR) { #endif #if defined(USE_DMR) } else if (section == SECTION::DMR) { diff --git a/Version.h b/Version.h index 2b24a1f..3946eb9 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20260226"; +const char* VERSION = "20260227"; #endif