mirror of https://github.com/Icinga/icinga2.git
Compat IDO: hardcode program version for now, fixes windoze
This commit is contained in:
parent
836bc067cd
commit
ad1207166c
|
@ -337,6 +337,7 @@ void CompatIdoComponent::SendStartProcess(void)
|
||||||
{
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
#define PROGRAM_MODIFICATION_DATE "10-17-2012"
|
#define PROGRAM_MODIFICATION_DATE "10-17-2012"
|
||||||
|
#define VERSION "2.0"
|
||||||
|
|
||||||
stringstream message;
|
stringstream message;
|
||||||
message << "\n"
|
message << "\n"
|
||||||
|
|
Loading…
Reference in New Issue