We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e59367 commit 12494bbCopy full SHA for 12494bb
icinga-app/icinga.rc
@@ -18,12 +18,12 @@ BEGIN
18
BEGIN
19
VALUE "CompanyName", "Icinga GmbH"
20
VALUE "FileDescription", "Icinga 2"
21
- VALUE "FileVersion", ICINGA2_VERSION
+ VALUE "FileVersion", PACKAGE_VERSION
22
VALUE "InternalName", "icinga2.exe"
23
VALUE "LegalCopyright", "� Icinga GmbH"
24
VALUE "OriginalFilename", "icinga2.exe"
25
VALUE "ProductName", "Icinga 2"
26
- VALUE "ProductVersion", ICINGA2_VERSION
+ VALUE "ProductVersion", PACKAGE_VERSION
27
END
28
29
0 commit comments