mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
2a13d8b4d1
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,6 @@
|
|||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20240129";
|
||||
const char* VERSION = "20240831";
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue