Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor 2024-08-31 20:10:29 +01:00
commit 2a13d8b4d1
2 changed files with 3 additions and 1 deletions

View file

@ -129,6 +129,8 @@ int main(int argc, char** argv)
delete gateway;
switch (m_signal) {
case 0:
break;
case 2:
::LogInfo("DAPNETGateway-%s exited on receipt of SIGINT", VERSION);
break;

View file

@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20240129";
const char* VERSION = "20240831";
#endif