mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
Compat IDO: hardcode program version for now, fixes windoze
This commit is contained in:
parent
836bc067cd
commit
ad1207166c
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ void CompatIdoComponent::SendStartProcess(void)
|
|||
{
|
||||
/* TODO */
|
||||
#define PROGRAM_MODIFICATION_DATE "10-17-2012"
|
||||
#define VERSION "2.0"
|
||||
|
||||
stringstream message;
|
||||
message << "\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue